-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Conversation
Crysple
commented
Sep 21, 2018
- Check whether each built-in tuner can be run normally in travis CI
import nni | ||
|
||
params = nni.get_parameters() | ||
print('params:', params) |
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.
shall we use print as test method?? Or use unit test to instead?
@@ -0,0 +1,75 @@ | |||
#!/usr/bin/env python3 |
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'm not sure shall we add license here....@quanlu zhang
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.
yes, could add license here
@@ -0,0 +1,7 @@ | |||
{ |
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.
shall we add all kind of search space to test their format?
This pr is not ready. Further modification needs to be done because of refracting exp stop #113 |
please refactor this pr, since we have new experiment stopping logic. |
Will refactor this pr |