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
Multiple files mention using or creating an "Environment" while in fact they refer to a ComputeTarget. Because of ambiguity, I would suggest to change the names of those variables and files. Afterwards, the template could be extended with the possibility to select a specific environment from the workspace for an experiment.
Examples:
tasks/make_environment.py: actually creates a new compute target in the workspace instead of a new environment.
tasks/train_model.py: environment argument actually refers to a compute target in the workspace.
The text was updated successfully, but these errors were encountered:
Multiple files mention using or creating an "Environment" while in fact they refer to a ComputeTarget. Because of ambiguity, I would suggest to change the names of those variables and files. Afterwards, the template could be extended with the possibility to select a specific environment from the workspace for an experiment.
Examples:
The text was updated successfully, but these errors were encountered: