-
Notifications
You must be signed in to change notification settings - Fork 455
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
Comments
@gaocegege Is the main idea for AutoMC is to find neural network architecture ? |
@andreyvelich Similar to NAS while not the same. It is to compress the network to achieve lower latency. It is mainly for mobile devices. |
We need to think, is it possible to send all necessary information inside NasConfig for AutoMC. |
@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 |
Issue-Label Bot is automatically applying the labels:
Please mark this comment with 👍 or 👎 to give our bot feedback! |
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. |
/lifecycle frozen |
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.
The text was updated successfully, but these errors were encountered: