meProp icon indicating copy to clipboard operation
meProp copied to clipboard

meProp: Sparsified Back Propagation for Accelerated Deep Learning (ICML 2017)

Results 2 meProp issues
Sort by recently updated
recently updated
newest added

…nt added. Adding apply to lines 39 and 41 in modules.py

I am trying to integrate meProp into my work, but getting such error. Do you have any idea about this? ``` return linearUnified(self.k)(x, self.w, self.b) line 39, in forward y.addmm_(0,...