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
ec5f3e63
Unverified
Commit
ec5f3e63
authored
Oct 14, 2022
by
Lijiaoa
Committed by
GitHub
Oct 14, 2022
Browse files
improve nnictl import doc (#5147)
parent
f4d1c828
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
nni/tools/nnictl/nnictl.py
nni/tools/nnictl/nnictl.py
+6
-0
No files found.
nni/tools/nnictl/nnictl.py
View file @
ec5f3e63
...
@@ -115,6 +115,12 @@ that is, either a number or a dict with a key named ``default``.
...
@@ -115,6 +115,12 @@ that is, either a number or a dict with a key named ``default``.
For your customized tuner/advisor, the file could have any json content depending on
For your customized tuner/advisor, the file could have any json content depending on
how you implement the corresponding methods (e.g., ``import_data``).
how you implement the corresponding methods (e.g., ``import_data``).
.. note::
You can't see imported data on the web portal when you import data into the experiment. Because currently the import data
only has the metric and hyper-parameters, while to be visible on the web portal, one trial must have a complete record,
including fields like sequence ID, intermediate results and etc.
You also can use `nnictl experiment export <#nnictl-experiment-export>`__ to export a valid json file
You also can use `nnictl experiment export <#nnictl-experiment-export>`__ to export a valid json file
including previous experiment trial hyperparameters and results.
including previous experiment trial hyperparameters and results.
...
...
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