You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.0 kB

2 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # Efficient Neural Architecture Search (ENAS)
  2. ## 1. Requirements
  3. ```
  4. torch
  5. torchvision
  6. collections
  7. argparser
  8. pickle
  9. pytest-shutil
  10. ```
  11. ## 2.Train
  12. ### Stage1: search an architecture
  13. * macro search
  14. ```
  15. python trainer.py --trial_id=0 --search_for macro --best_selected_space_path='./macro_selected_space.json' --result_path='./macro_result.json'
  16. ```
  17. * micro search
  18. ```
  19. python trainer.py --trial_id=0 --search_for micro --best_selected_space_path='./micro_selected_space.json' --result_path='./micro_result.json'
  20. ```
  21. ### Stage2: select (deprecated)
  22. ```
  23. python selector.py
  24. ```
  25. ### stage3: retrain
  26. * macro search
  27. ```
  28. python retrainer.py --search_for macro --best_checkpoint_dir='./macro_checkpoint.pth' --best_selected_space_path=
  29. './macro_selected_space.json' --result_path='./macro_result.json'
  30. ```
  31. * micro search
  32. ```
  33. python retrainer.py --search_for micro --best_checkpoint_dir='./micro_checkpoint.pth' --best_selected_space_path=
  34. './micro_selected_space.json' --result_path='./micro_result.json'
  35. ```

一站式算法开发平台、高性能分布式深度学习框架、先进算法模型库、视觉模型炼知平台、数据可视化分析平台等一系列平台及工具,在模型高效分布式训练、数据处理和可视分析、模型炼知和轻量化等技术上形成独特优势,目前已在产学研等各领域近千家单位及个人提供AI应用赋能