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!
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!