ModelTC / FCPTS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FCPTS

This is the official implementation of "Fast and Controllable Post-training Sparsity: Learning Optimal Sparsity Allocation with Global Constraint in Minutes"

The paper link is : FCPTS

The repo depends on msbench

start

git clone https://github.com/ModelTC/FCPTS.git
git clone https://github.com/ModelTC/msbench.git
cd FCPTS
# modify run.sh
bash run.sh

The core code:

class FCPTSMaskGenerator in msbench/mask_generator.py
class SparsityConstrain in FCPTS/main.py

About


Languages

Language:Python 99.6%Language:Shell 0.4%