Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 284 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 284 Bytes

Multi-fidelity Neural Architecture Search with Knowledge Distillation

  1. Run NAS.ipynb to study the benchmark and NAS algorithms.
  2. mobilenetv2.py, ShuffleNetv2.py define search spaces.
  3. Training with various KD methods were done via https://github.com/HobbitLong/RepDistiller.