How can I get the individual components of a summation which make up the gradient?

Is there a way to access the individual components which are summed up from the previous layer to calculate (delta w) i.e. the ‘grad’ attribute of a Variable in Pytorch?

Hi,

This is not possible at the moment. These are not explicitly computed in many cases to resuce memory usage.