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
I am redoing the thesis on NTU skeleton dataset. I'm also so confused about where should the dropout be put because I didn't see it in the code. When I redo the code, I just put dropout at the end of the loop of the forward function in model indrnn. But the result is not so good
The paper mentions
and
It would be nice to have that included too, i.e. https://pytorch.org/docs/master/_modules/torch/nn/modules/dropout.html
The text was updated successfully, but these errors were encountered: