microsoft/InnerEye-DeepLearning

Move Model Script imports fail to resolve

peterhessey opened this issue · 0 comments

Is there an existing issue for this?

  • I have searched the existing issues

Bug summary

move_model.py fails to run with the current instructions for moving models betwen workspaces due to import / module errors.

Code for reproduction

`python InnerEye/Scripts/move_model.py`

Actual outcome

Fail

Error messages

Traceback (most recent call last):
  File "InnerEye/Scripts/move_model.py", line 14, in <module>
    from InnerEye.ML.common import FINAL_ENSEMBLE_MODEL_FOLDER, FINAL_MODEL_FOLDER
ModuleNotFoundError: No module named 'InnerEye'

Expected outcome

Not fail

System info

No response

AB#8098