Skip to content
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

[feature request] Support AutoMC in Katib #460

Open
gaocegege opened this issue Apr 19, 2019 · 8 comments
Open

[feature request] Support AutoMC in Katib #460

gaocegege opened this issue Apr 19, 2019 · 8 comments

Comments

@gaocegege
Copy link
Member

AutoMC (Automatic Model Compression) is yet another tech about AutoML. Here are some references:

The problem of AutoMC is similar to NAS. Maybe we could implement it after we support NAS.

@andreyvelich
Copy link
Member

@gaocegege Is the main idea for AutoMC is to find neural network architecture ?

@gaocegege
Copy link
Member Author

@andreyvelich Similar to NAS while not the same. It is to compress the network to achieve lower latency. It is mainly for mobile devices.

@andreyvelich
Copy link
Member

We need to think, is it possible to send all necessary information inside NasConfig for AutoMC.

@gaocegege
Copy link
Member Author

@andreyvelich Sure. Actually, I think the IR we defined for NAS in CRD is insufficiently expressive. Ref #461

As for Automatic Model Compression, I think we could reuse the architecture if the IR is expressive. We can refer to the implementation here. https://github.com/Tencent/PocketFlow

@gaocegege
Copy link
Member Author

https://github.com/microsoft/nni/blob/master/docs/en_US/Compressor/Overview.md

Maybe it is helpful.

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the labels:

Label Probability
area/katib 0.81

Please mark this comment with 👍 or 👎 to give our bot feedback!
Links: app homepage, dashboard and code for this bot.

@stale
Copy link

stale bot commented Nov 24, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@andreyvelich
Copy link
Member

/lifecycle frozen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants