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
0513330a
"testing/python/kernel/test_tilelang_gemm.py" did not exist on "64f17c2f369e612cc297d358f607307a615bbb59"
Unverified
Commit
0513330a
authored
May 11, 2021
by
J-shang
Committed by
GitHub
May 11, 2021
Browse files
fix retiarii config experiment_working_directory (#3607)
parent
48c9c97a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nni/retiarii/experiment/pytorch.py
nni/retiarii/experiment/pytorch.py
+1
-1
No files found.
nni/retiarii/experiment/pytorch.py
View file @
0513330a
...
@@ -52,7 +52,7 @@ class RetiariiExeConfig(ConfigBase):
...
@@ -52,7 +52,7 @@ class RetiariiExeConfig(ConfigBase):
nni_manager_ip
:
Optional
[
str
]
=
None
nni_manager_ip
:
Optional
[
str
]
=
None
debug
:
bool
=
False
debug
:
bool
=
False
log_level
:
Optional
[
str
]
=
None
log_level
:
Optional
[
str
]
=
None
experiment_working_directory
:
Optional
[
PathLike
]
=
None
experiment_working_directory
:
PathLike
=
'~/nni-experiments'
# remove configuration of tuner/assessor/advisor
# remove configuration of tuner/assessor/advisor
training_service
:
TrainingServiceConfig
training_service
:
TrainingServiceConfig
...
...
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