Add model class for compression methods
Aperta
- Lingua principale
- Jupyter Notebook
- Stelle
- 4
- Fork
- 1
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.