This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
-
Describe the issue: parser.add_argument('--tolerance',type=int,default=100,help='tolerance for earlystopping') If my parameters are set this way, can I search for better parameters directly as shown in the example ?If not, how do I change the code?THX |
Beta Was this translation helpful? Give feedback.
Answered by
ultmaster
Jun 7, 2021
Replies: 1 comment
-
Yes. Please follow the example. You can overwrite the args with the parameters got from |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
scarlett2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. Please follow the example. You can overwrite the args with the parameters got from
nni.get_next_parameter()
.