mit-han-lab / once-for-all

[ICLR 2020] Once for All: Train One Network and Specialize it for Efficient Deployment
https://ofa.mit.edu/
MIT License
1.89k stars 333 forks source link

Which evolution algorithm do you use? #59

Open ifed-ucsd opened 3 years ago

ifed-ucsd commented 3 years ago

I see two evolutionary algorithm implementations: one in ofa.tutorial.evolution_finder.py and one in ofa.nas.search_algorithm.evolution.py. Which one should I use and what is the difference?

Thanks!