Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ComputeTarget instead of Environment because of ambiguity #11

Open
EmielStoelinga opened this issue Sep 30, 2021 · 0 comments
Open

Comments

@EmielStoelinga
Copy link

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant