https://github.com/modeltc/msbench
A tool for model sparse based on torch.fx
https://github.com/modeltc/msbench
Last synced: 10 months ago
JSON representation
A tool for model sparse based on torch.fx
- Host: GitHub
- URL: https://github.com/modeltc/msbench
- Owner: ModelTC
- License: apache-2.0
- Created: 2024-05-13T10:45:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T06:57:19.000Z (over 1 year ago)
- Last Synced: 2025-04-11T23:52:43.615Z (10 months ago)
- Language: Python
- Homepage:
- Size: 613 KB
- Stars: 8
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
------------
## Introduction
MSBench is an open-source model sparsification toolkit based on PyTorch fx.
MSBench is consists of SATBench and PTSBench. Recently, we have been gradually improving the code for PTSBench.
## Quick start pts example without installation
```
git clone https://github.com/ModelTC/msbench.git
cd msbench/applications/imagenet_example/PTS
# modify run_uniform.sh
sh run_uniform.sh
```
## License
This project is released under the [Apache 2.0 license](LICENSE).