Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

ValueError: Model name MyModel was not found in search namespaces: ['InnerEye.ML.configs']. #817

Answered by ant0nsc
Med-Rokaimi asked this question in Q&A
Discussion options

You must be logged in to vote

@Med-Rokaimi, the problem is that the Python code can't be imported. Look at the two warnings:

from attempt to import module InnerEye.ML.configs.MyGlaucoma): name 'full_ml_test_data_path' is not defined
from attempt to import module InnerEye.ML.configs.classification.GlaucomaPublic): cannot import name 'GlaucomaPublic' from partially initialized module 'InnerEye.ML.configs.classification.GlaucomaPublic' (most likely due to a circular import)

You need to fix those 2 errors before you will be able to proceed.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Med-Rokaimi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants