├── dataset.py ├── empirical_priors.py ├── extended_keras.py ├── figures ├── arrow.jpg ├── han_clustering.png ├── han_cutandtrain.gif ├── han_final_cut.png ├── han_pretraining.gif ├── han_retraining.gif ├── post-processed.png ├── post-processed_log.png ├── reference.png ├── reference_log.png ├── retrained.png ├── retrained_log.png └── retraining.gif ├── helpers.py ├── optimizers.py └── tutorial.ipynb /dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarenUllrich/Tutorial-SoftWeightSharingForNNCompression/HEAD/dataset.py -------------------------------------------------------------------------------- /empirical_priors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarenUllrich/Tutorial-SoftWeightSharingForNNCompression/HEAD/empirical_priors.py -------------------------------------------------------------------------------- /extended_keras.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarenUllrich/Tutorial-SoftWeightSharingForNNCompression/HEAD/extended_keras.py -------------------------------------------------------------------------------- /figures/arrow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarenUllrich/Tutorial-SoftWeightSharingForNNCompression/HEAD/figures/arrow.jpg -------------------------------------------------------------------------------- /figures/han_clustering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarenUllrich/Tutorial-SoftWeightSharingForNNCompression/HEAD/figures/han_clustering.png -------------------------------------------------------------------------------- /figures/han_cutandtrain.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarenUllrich/Tutorial-SoftWeightSharingForNNCompression/HEAD/figures/han_cutandtrain.gif -------------------------------------------------------------------------------- /figures/han_final_cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarenUllrich/Tutorial-SoftWeightSharingForNNCompression/HEAD/figures/han_final_cut.png -------------------------------------------------------------------------------- /figures/han_pretraining.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarenUllrich/Tutorial-SoftWeightSharingForNNCompression/HEAD/figures/han_pretraining.gif -------------------------------------------------------------------------------- /figures/han_retraining.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarenUllrich/Tutorial-SoftWeightSharingForNNCompression/HEAD/figures/han_retraining.gif -------------------------------------------------------------------------------- /figures/post-processed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarenUllrich/Tutorial-SoftWeightSharingForNNCompression/HEAD/figures/post-processed.png -------------------------------------------------------------------------------- /figures/post-processed_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarenUllrich/Tutorial-SoftWeightSharingForNNCompression/HEAD/figures/post-processed_log.png -------------------------------------------------------------------------------- /figures/reference.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarenUllrich/Tutorial-SoftWeightSharingForNNCompression/HEAD/figures/reference.png -------------------------------------------------------------------------------- /figures/reference_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarenUllrich/Tutorial-SoftWeightSharingForNNCompression/HEAD/figures/reference_log.png -------------------------------------------------------------------------------- /figures/retrained.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarenUllrich/Tutorial-SoftWeightSharingForNNCompression/HEAD/figures/retrained.png -------------------------------------------------------------------------------- /figures/retrained_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarenUllrich/Tutorial-SoftWeightSharingForNNCompression/HEAD/figures/retrained_log.png -------------------------------------------------------------------------------- /figures/retraining.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarenUllrich/Tutorial-SoftWeightSharingForNNCompression/HEAD/figures/retraining.gif -------------------------------------------------------------------------------- /helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarenUllrich/Tutorial-SoftWeightSharingForNNCompression/HEAD/helpers.py -------------------------------------------------------------------------------- /optimizers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarenUllrich/Tutorial-SoftWeightSharingForNNCompression/HEAD/optimizers.py -------------------------------------------------------------------------------- /tutorial.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarenUllrich/Tutorial-SoftWeightSharingForNNCompression/HEAD/tutorial.ipynb --------------------------------------------------------------------------------