You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Train, hyperparameter tune, and deploy a PyTorch image classification model that distinguishes bees vs. ants using transfer learning. Azure ML concepts covered:
7
7
- Create a remote compute target (Batch AI cluster)
Train a CNTK model on the MNIST dataset using the Azure ML base `Estimator` with custom Docker image and distributed training. Azure ML concepts covered:
38
38
- Create a remote compute target (Batch AI cluster)
39
39
- Upload training data using `Datastore`
40
40
- Run a base `Estimator` training job using a custom Docker image from Docker Hub
41
41
- Distributed CNTK two-node training job via MPI using base `Estimator`
Train a TensorFlow MNIST model locally, on a DSVM, and on Batch AI and view the logs live on TensorBoard. Azure ML concepts covered:
45
45
- Run the training job locally with Azure ML and run TensorBoard locally. Start (and stop) an Azure ML `TensorBoard` object to stream and view the logs
46
46
- Run the training job on a remote DSVM and stream the logs to TensorBoard
47
47
- Run the training job on a remote Batch AI cluster and stream the logs to TensorBoard
48
48
- Start a `Tensorboard` instance that displays the logs from all three above runs in one
0 commit comments