Hi all,
At my wits’ end with this exercise, so I’m hoping to get some help here. So for the first exercise djmodel
, I’ve seen a lot of related threads where it mentions for step 2A to slice as x = X[:,t,:]
which I have already done so but I run into the assertion error as follows. I’ve looked into my model summary and eventually there is a Reshape layer but not before it has 30
TensorFlowOpLayers above. I’m not sure what the issue is here since my model runs fine for the most part. (The total params from model matches the expected 45,530).
Appreciate any pointers!