How to train a model ?

EMBED

Fri Apr 08 2022 23:11:30 GMT+0000 (Coordinated Universal Time)

Saved by @wessim


Train your model The code pattern to submit a training run is the same for all types of compute targets: 1. Create an experiment to run 2. Create an environment where the script will run 3. Create a ScriptRunConfig, which specifies the compute target and environment 4. Submit the run 5. Wait for the run to complete Or you can: 1. Submit a HyperDrive run for hyperparameter tuning. 2. Submit an experiment via the VS Code extension.