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

Each network in the child pool has the same architecture? #75

Open Ansor-ZJJ opened 1 year ago

Ansor-ZJJ commented 1 year ago

Hi, I added my own network efficiency predictor and accuracy predictor, and then specialized the network through the evolutionary algorithm. It was normal at the beginning, but after a certain number of iterations, the network structure of the child generation pool basically changed into the same one, and the accuracy no longer increased. May I ask why? Is it trapped in a locally optimal solution?

图片