This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
Replies: 1 comment 1 reply
-
Hi @DrRajJena, I can't say for certain how to resolve that without knowing where your
If so, you would need to modify
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Folks. I followed the instructions for creating a local hierarchy to create new training runs. I copied what I thought was the minimum number of files needed.
My tree listing for subfolder InnerEyeFoo in InnerEyeDeepLearning
├── ML
│ ├── configs
│ │ └── segmentation
│ │ ├── HeadAndNeckBase.py
│ │ ├── ProstateAB.py
│ │ └── ProstateBase.py
│ └── runner.py
└── settings.yml
My settings.yml looks like this
subscription_id:
application_id: ''
azureml_datastore:
resource_group:
docker_shm_size: '440g'
workspace_name:
cluster: 'NC24'
model_configs_namespace: 'InnerEyeFoo.ML.configs'
extra_code_directory: 'InnerEyeFoo'
Running in the InnerEye conda environment, my runner.py cannot see InnerEye libraries, even though I can manually import them from the command line from the same path.
Could you advise if I have missed steps to create my local hierarchy?
Beta Was this translation helpful? Give feedback.
All reactions