Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
dbace006
Commit
dbace006
authored
Mar 27, 2019
by
demianzhang
Committed by
xuehui
Mar 27, 2019
Browse files
Update naive_trial.py (#929)
parent
bfd99ad5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/tuner_test/naive_trial.py
test/tuner_test/naive_trial.py
+1
-1
No files found.
test/tuner_test/naive_trial.py
View file @
dbace006
import
nni
import
nni
params
=
nni
.
get_parameter
s
()
params
=
nni
.
get_
next_
parameter
()
print
(
'params:'
,
params
)
print
(
'params:'
,
params
)
x
=
params
[
'x'
]
x
=
params
[
'x'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment