-
Notifications
You must be signed in to change notification settings - Fork 446
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
Suggestion for Neural Architecture Search with Reinforcement Learning #339
Merged
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
a056e8b
Suggestion for Neural Architecture Search with Reinforcement Learning
a8709d0
Add NAS RL Suggestion
9342c69
Fix new line
86e04ce
set json format for GetSuggestion()
7d00c8b
finish trial return in GetSuggestion(), finish GetEvaluationHistory, …
bd01e67
fix a bug in GetEvaluationResult()
99d8761
fix bigs in GetEvaluationResult
8f3eee4
fix an error in GetEvaluatinResult
99c349c
Add python Katib api
758eb8a
Merge from master
8013ef4
Remove unnecessary requirements
14c77b8
add about for suggestion
5f7824a
rename to README
a476d0a
Add picture explanations; make the printouts more organized
2c1d374
fix typos
bb2c8ef
Merge remote-tracking branch 'upstream/master' into NAS-RL-suggestion
c535c00
fix some small problems
8945324
Fix several problems
98940c3
Fix a typo
b06b083
fix some problems
b91afe1
Merge remote-tracking branch 'upstream/master' into NAS-RL-suggestion
cf48a19
small fixes
c8c5fc6
Suggestion do not need to handle uncompleted trials
78b62d9
fix a small problem
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
why delete above?
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.
Sorry, I made a mistake. Should delete the code above that. Already fixed
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.
ok, thanks