-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can i control the flops of the models searched? #3
Comments
This is currently not an option in our code. |
A nice question! Here I provide another answer. Note that when you perform weighted average over a few operators, you can also compute the expected FLOPS of the overall network. If you hope to reduce FLOPS, you can add this number as an additional loss term. This does not impact the differentiability of the entire framework, so the only thing you have to do is to set a proper balancing parameter. Hope this helps. |
You may go with this paper below
Where they raised an interesting way to limit Flops and memory. |
thank you for the code, i have a problom, how can i control the flops? for example, i want a model with input size 224*224, flops 60~80M, can you teach me how to set the search param? thanks!
The text was updated successfully, but these errors were encountered: