You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,zy:
I am reading your code and Ihave a question about this code:
"hidden = final_state.view(-1, n_hidden , 1)"
Why do you use '.view'? In my opinion, It should use '.permute'