"...git@developer.sourcefind.cn:OpenDAS/megatron-lm.git" did not exist on "688448db7547be90203440cfd105703d8a853f39"
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``.
For your customized tuner/advisor, the file could have any json content depending on
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
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