Closed mhmd97z closed 1 year ago
Hi @mhmd97z , currently the library requires that the batch dimension is fixed. I see you have lin1.unsqueeze(dim=0)
which seems to alter the batch dimension. Could you please avoid this unsqueeze by adding the batch dimension in obs
before it's passed into the model?
Thanks for your response. It fixed the issue.
Thanks for adding the support for conv1d in the new release.
I get the following error when I have a sequence of two conv1d in my network architecture:
The error:
I tried the solutions I found online (replacing view by reshape AND adding contiguous() before view()), but it throws another error: