open-mmlab / mmrazor

OpenMMLab Model Compression Toolbox and Benchmark.
https://mmrazor.readthedocs.io/en/latest/
Apache License 2.0
1.44k stars 226 forks source link

About supporting repo #167

Open liuheng92 opened 2 years ago

liuheng92 commented 2 years ago

Checklist

Describe the question you meet

Hi,Have mmrazor supported mmocr?

Post related information

  1. The output of pip list | grep "mmcv\|mmrazor\|^torch" [here]
  2. Your config file if you modified it or created a new one.
    [here]
  3. Your train log file if you meet the problem during training. [here]
  4. Other code you modified in the mmrazor folder. [here]
pppppM commented 2 years ago

Sorry, MMOCR is not supported yet. We expect to support mmocr in July

liuheng92 commented 2 years ago

Sorry, MMOCR is not supported yet. We expect to support mmocr in July

What's the different between mmocr and other repos, I mean how I can apply mmocr using mmrazor? Does mmrazor have some constrains that I can't apply mmocr?

pppppM commented 2 years ago

What type of compression algorithm do you want to use? KD? NAS? Pruning? If it is OneShot NAS or KD, it may be easier.

liuheng92 commented 2 years ago

What type of compression algorithm do you want to use? KD? NAS? Pruning? If it is OneShot NAS or KD, it may be easier.

I want to use autoslim, can I?