Add model class for compression methods
Đang mở
- Ngôn ngữ chính
- Jupyter Notebook
- Star
- 4
- Fork
- 1
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.