We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18520b commit 3869f82Copy full SHA for 3869f82
README.md
@@ -1,8 +1,11 @@
1
-# Official code for the paper: 'Why Random Pruning Is All We Need to Start Sparse' published in ICML 2023.
+# Official code for the paper: 'Why Random Pruning Is All We Need to Start Sparse' published in ICML 2023 (https://arxiv.org/abs/2210.02412).
2
+
3
4
5
## Experiments
6
7
+### Requirements
8
+See `requirements.txt` for required packages. You can set up a conda environment with this file.
9
10
### Random Pruning
11
Initialize and train an ER network with a specified layerwise sparsity ratio.
0 commit comments