microsoft/nni

Does nni contain some new pruning base methods?

Open

#4.567 aberto em 21 de fev. de 2022

Ver no GitHub
 (6 comments) (0 reactions) (1 assignee)Python (1.830 forks)batch import
good first issuemodel compressionnew feature

Métricas do repositório

Stars
 (13.504 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Describe the issue: Sorry to bother you, in nni, the current basic pruning strategies are Norm, FPGM, ActivationPruner, TaylorFOWeightPruner, etc. Are there other basic strategies, such as HRank, if I want to add it myself, where do I need to rewrite it?

Environment:

  • NNI version: V2.6
  • Training service (local|remote|pai|aml|etc): local
  • Client OS: linux
  • Server OS (for remote mode only):
  • Python version: 3.8
  • PyTorch/TensorFlow version: pytorch1.8
  • Is conda/virtualenv/venv used?: conda
  • Is running in Docker?: no

How to reproduce it?:

Guia do colaborador