Unverified Commit 62af469b authored by Ni Hao's avatar Ni Hao Committed by GitHub
Browse files

add how to monitor a job from aml studio. (#3436)

parent a45c6671
...@@ -125,3 +125,8 @@ Run the following commands to start the example experiment: ...@@ -125,3 +125,8 @@ Run the following commands to start the example experiment:
nnictl create --config config_aml.yml nnictl create --config config_aml.yml
Replace ``${NNI_VERSION}`` with a released version name or branch name, e.g., ``v2.0``. Replace ``${NNI_VERSION}`` with a released version name or branch name, e.g., ``v2.0``.
Monitor your code in the cloud by using the studio
--------------------------------------------------
To monitor your job's code, you need to visit your studio which you create at step 5. Once the job completes, go to the Outputs + logs tab. There you can see a 70_driver_log.txt file, This file contains the standard output from a run and can be useful when you're debugging remote runs in the cloud. Learn more about aml from `here <https://docs.microsoft.com/en-us/azure/machine-learning/tutorial-1st-experiment-hello-world>`__.
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