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] Support NAS #24

Closed
gaocegege opened this issue Apr 9, 2018 · 9 comments
Closed

[feature] Support NAS #24

gaocegege opened this issue Apr 9, 2018 · 9 comments

Comments

@gaocegege
Copy link
Member

We support some parameter search algorithms such as random search as grid search. Personally, I think it is better if we could support neural architecture search based on our system. I am not sure if it is feasible.

@YujiOshima We have some discussion on slack and I am glad to move it here.

/cc @weiweijiuzaizhe

@YujiOshima
Copy link
Contributor

I agree supporting NAS is great. NAS is so important for architecture search.
But NAS suggestion service needs to return an architecture information.
The architecture may be not as simple as hyperparameter.
We should discuss how to express the architecture.

@YujiOshima
Copy link
Contributor

I'm going to implement POC code for architecture search with NAS.
How about discussing the general architecture search interface with it?

@gaocegege
Copy link
Member Author

SGTM! Thanks!

@YujiOshima
Copy link
Contributor

/assign @YujiOshima

@gaocegege gaocegege changed the title [question] Could we support NAS? [feature] Support NAS Apr 9, 2018
@jlewi
Copy link
Contributor

jlewi commented May 8, 2018

@gaocegege Why is this P1? For P1 I'd like to use everything that's needed in order to have an initial release of Katib.

I don't think NAS is required for our initial release. So I'd suggest making this P2.

As @YujiOshima implementing NAS is actually quite difficult and in practice I'm not sure how many people will benefit from it because it requires huge amounts of compute resources which is probably too expensive. (The NAS paper used hundreds of GPUs for weeks).

@gaocegege
Copy link
Member Author

OK, we can set it to p2/p3 since it is hard to implement 🤔

WDYT @YujiOshima

@YujiOshima
Copy link
Contributor

YujiOshima commented May 9, 2018

Yes. In the initial release, I think that support of random, grid, BO, HyperBand and CMA-ES is sufficient.
I'm focusing to refine API now.

@gaocegege
Copy link
Member Author

As discussed, we hope we could implement the experimental feature before kubeflow 1.0.

@gaocegege
Copy link
Member Author

dup with #257

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