"ts/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "303862a380538a30c040a101b6160295a6e2ac93"
Unverified Commit ec5f3e63 authored by Lijiaoa's avatar Lijiaoa Committed by GitHub
Browse files

improve nnictl import doc (#5147)

parent f4d1c828
...@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment