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
{{ message }}
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
Describe the bug
When trying to launch training script (set up with arcus), following error pops up: ModuleNotFoundError: No module named 'azureml.train'
To Reproduce
Create AZureMLEnvironment, start an expirment, setup train, and launch training:
Describe the bug
When trying to launch training script (set up with arcus), following error pops up:
ModuleNotFoundError: No module named 'azureml.train'
To Reproduce
Create AZureMLEnvironment, start an expirment, setup train, and launch training:
Expected behavior
Should launch new training in previously created expirement, using parameters passed to arcus in model fitting
Additional context
Installing manually the azureml-sdk package seems to solve the problem:
pip3 install azureml-sdk
The text was updated successfully, but these errors were encountered: