hunkim / PyTorchZeroToAll

Simple PyTorch Tutorials Zero to ALL!

Home Page:http://bit.ly/PyTorchZeroAll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

small bug

juiyangchang opened this issue · comments

line 53 of 12_1_rnn_basics.py should be
inputs = inputs.transpose(dim1=0, dim2=1)