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 could anyone explain the backprop procedure for nn.Narrow module?
As I understand, it is simply copying the gradients from the later layers into the indices of the input the operation was performed on during forward pass. Please correct me if I'm wrong. Thanks!
The text was updated successfully, but these errors were encountered:
Hi could anyone explain the backprop procedure for
nn.Narrow
module?As I understand, it is simply copying the gradients from the later layers into the indices of the input the operation was performed on during forward pass. Please correct me if I'm wrong. Thanks!
The text was updated successfully, but these errors were encountered: