-
Notifications
You must be signed in to change notification settings - Fork 802
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rename Katib NAS RL algorithm to ENAS #1982
Rename Katib NAS RL algorithm to ENAS #1982
Conversation
/lgtm |
@@ -149,7 +146,7 @@ descriptions on this page: | |||
* [Bayesian optimization](#bayesian) | |||
* [HYPERBAND](#hyperband) | |||
* [Hyperopt TPE](#tpe-search) | |||
* [NAS based on reinforcement learning](#nas) | |||
* [Efficient Neural Architecture Search (ENAS)](#enas) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we are not using ENAS, we do not share parameters. Our approach is part of ENAS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gaocegege Should we name it Neural Architecture Search based on ENAS.
What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SGTM. We can say this algorithm is ENAS-based
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jlewi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/hold-cancel |
/hold cancel |
Part of kubeflow/katib#1211.
Ref PR: kubeflow/katib#1143.
I renamed NASRL to ENAS, fixed some links to API docs and added algorithm settings for ENAS.
/assign @jlewi
/cc @gaocegege @johnugeorge