understanding-pytorch-batching-lstm icon indicating copy to clipboard operation
understanding-pytorch-batching-lstm copied to clipboard

Understanding and visualizing PyTorch Batching with LSTM

Results 2 understanding-pytorch-batching-lstm issues
Sort by recently updated
recently updated
newest added

Hi there, first of all, very nice tutorials you have written. But I have a short question regarding the prediction stage at the end. lstm_out, indices = F.max_pool1d(lstm_out, lstm_out.size(2), return_indices=True)...

Hi, when I am trying to run the notebook with python 3.6 I keep getting this error message: RuntimeError: Expected hidden[0] size (1, 32, 32), got (2, 32, 32) I...