-
Hello folks, Traceback (most recent call last): Thanks for any kind of help! Best, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @r00tdotexe , this sounds like the submodule for the |
Beta Was this translation helpful? Give feedback.
-
I am also having this issue. My submodules are correctly cloned. $ python -c "from InnerEye.ML.photometric_normalization import PhotometricNormalization"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/azureuser/git/InnerEye-DeepLearning/InnerEye/ML/photometric_normalization.py", line 13, in <module>
from InnerEye.ML.config import PhotometricNormalizationMethod, SegmentationModelBase
File "/home/azureuser/git/InnerEye-DeepLearning/InnerEye/ML/config.py", line 25, in <module>
from InnerEye.ML.deep_learning_config import ModelCategory
File "/home/azureuser/git/InnerEye-DeepLearning/InnerEye/ML/deep_learning_config.py", line 16, in <module>
from InnerEye.Azure.azure_util import DEFAULT_CROSS_VALIDATION_SPLIT_INDEX, RUN_CONTEXT, is_offline_run_context
File "/home/azureuser/git/InnerEye-DeepLearning/InnerEye/Azure/azure_util.py", line 16, in <module>
from health_azure.utils import create_run_recovery_id, get_aml_run_from_run_id
ModuleNotFoundError: No module named 'health_azure' Is this dependency specified anywhere? Cc @peterhessey |
Beta Was this translation helpful? Give feedback.
Hi @r00tdotexe , this sounds like the submodule for the
hi-ml
package is not available. Did you clone the repository with the--recursive
flag as suggested in the Readme file? Can you check if there is a filehi-ml/README.md
avaialable?