Export Run History To Tensorboard
how-to-use-azuremlazure-mldata-sciencenotebooktensorboardexport-run-history-to-tensorboardmachine-learningtrack-and-monitor-experimentsazure-machine-learningdeep-learningazuremlazure-ml-notebooksazure
Export
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License.
![]()
Prerequisites
- Understand the architecture and terms introduced by Azure Machine Learning
- If you are using an Azure Machine Learning Notebook VM, you are all set. Otherwise, go through the configuration notebook notebook to:
- install the AML SDK
- create a workspace and its configuration file (
config.json)
[ ]
Initialize Workspace
Initialize a workspace object from persisted configuration.
[ ]
Set experiment name and start the run
[ ]
[ ]
[ ]
Export Run History to Tensorboard logs
[ ]
[ ]
Start Tensorboard
Or you can start the Tensorboard outside this notebook to view the result
[ ]
Stop Tensorboard
When you're done, make sure to call the stop() method of the Tensorboard object.
[ ]