Add model class for compression methods
Open
- Dominant language
- Jupyter Notebook
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
When the tool analyses a given network it should suggest a set of compression actions
The model of a compression action should contain:
- a category: pruning, quantization, distillation
- a specific type/name/method: e.g. magnitude L1-pruning
- a target value: e.g. 20% of pruned or something
- necessary parameters estimated by the tool
Given such a compression action model, the tool should be able to execute it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.