RePr icon indicating copy to clipboard operation
RePr copied to clipboard

My implementation of RePr training scheme in PyTorch. https://arxiv.org/pdf/1811.07275.pdf

Results 4 RePr issues
Sort by recently updated
recently updated
newest added

Hello, when I run the RePr training scheme, the result shows that 'RuntimeError: sizes must be non-negative', so I am wondering can you help me with that? Thank you very...

Hi, I feel a little confused about reinitialize. After reinitialize, the weights of the network have changed immediately. The accuracy may go down at the reinitializing point. Could you tell...

Hi, I feel a little confused about reinitialize. You have set `W.data[mask[name]]` to zero in pruning, however in reinitialize, you don't recover the corresponding weight to the dropped filter. In...

https://github.com/siahuat0727/RePr/blob/4fa1b8d30da1d9f88ccc29fe3ab1711811ef093d/main.py#L148 In paper it seems need an abs() op here.