sparse_learning
Sparse learning library and sparse momentum resources.
File Explorer
Download Latest Version (.zip)- resnet_experiments.yaml
- wrnet_experiments.yaml
- resnet_prune_schedule.yaml
- resnet_schedule.yaml
- resnet_schedule_long.yaml
- wrnet_prune_schedule.yaml
- wrnet_schedule.yaml
- wrnet_schedule_long.yaml
- LICENSE
- main.py
- model.py
- parameterized_tensors.py
- README.md
- reparameterized_layers.py
- requirements.txt
- run_imagenet.sh
- RN50_FP16_1GPU.sh
- RN50_FP16_4GPU.sh
- RN50_FP16_8GPU.sh
- RN50_FP16_EVAL.sh
- RN50_FP16_INFERENCE_BENCHMARK.sh
- RN50_FP32_1GPU.sh
- RN50_FP32_4GPU.sh
- RN50_FP32_8GPU.sh
- RN50_FP32_EVAL.sh
- RN50_FP32_INFERENCE_BENCHMARK.sh
- training_accuracy.png
- training_loss.png
- validation_accuracy.png
- extract_summary.py
- LICENSE
- main.py
- multiproc.py
- README.md
- resnet.py
- smoothing.py
- sparse_momentum_logs.tar.gz
- README.md
- extensions.py
- get_results_from_logs.py
- main.py
- plot_feature_histograms.py
- calc_confidence_intervals.py
- results.zip
- feature_data.tar.gz
- graphs.py
- imagenet_0.15626087.log
- imagenet_0.25626087.log
- MNIST_compression_comparison_lenet300-100.csv
- MNIST_compression_comparison_lenet5.csv
- MNIST_sparse_summary.csv
- sensitivity_momentum_alexnet-s.csv
- sensitivity_momentum_vgg-d.csv
- sensitivity_prune_rate_alexnet-s.csv
- sensitivity_prune_rate_vgg-d.csv
- WRN-28-2_results_summary.csv
- __init__.py
- core.py
- funcs.py
- models.py
- utils.py
- .gitignore
- CHANGELOG.md
- How_to_add_your_own_algorithms.md
- LICENSE
- plot_graphs.py
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/TimDettmers/sparse_learning
Downloads the entire project code from GitHub to your computer.
cd sparse_learning
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r imagenet/baseline/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
