Skip to content

Instantly share code, notes, and snippets.

@gauravkaila
Last active October 11, 2018 11:59
Show Gist options
  • Save gauravkaila/7cc963561e0ba60625e6094ffed7b670 to your computer and use it in GitHub Desktop.
Save gauravkaila/7cc963561e0ba60625e6094ffed7b670 to your computer and use it in GitHub Desktop.
parameter data_type explanation
experiment_name string Name of the experiment to place the current training run under (new experiment is created if no previous experiment with the same name is found)
compute_target_name string Name of VM where training will be done (new compute name is created if no previous compute of the same name is found)
vm_size string Ability to choose from various available VM configurations (e.g. Standard_D5_v2)
data_folder string Name of the folder in the Azure storage is store your training data.
local_directory string Path to the training data's local directory
conda_packages list List of conda packages required to train your model
script string Name of the training script (placed in the current working directory)
model_name string Name of trained model to be registered under in the workspace.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment