Skip to content

201419/rewinding-iclr20-public

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Comparing Rewinding and Fine-tuning in Neural Network Pruning

This is the code and data for the paper Comparing Rewinding and Fine-tuning in Neural Network Pruning.

@inproceedings{renda2020comparing,
    title={Comparing Rewinding and Fine-tuning in Neural Network Pruning},
    author={Renda, Alex and Frankle, Jonathan and Carbin, Michael},
    booktitle={International Conference on Learning Representations},
    year={2020},
    url={https://openreview.net/forum?id=S1gSj0NKvB}
}

For comparing against the data included in the paper, data and plotting code are located in vision/plot/.

For replicating results and using the trained networks released with the paper, vision networks are located in the vision subdirectory, and the GNMT network is located in the gnmt subdirectory.

Some example networks (original initializations, trained, and pruned and re-trained) can be found here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.4%
  • Shell 2.9%
  • Dockerfile 0.7%