An open API service indexing awesome lists of open source software.

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

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).