Closed Med-Rokaimi closed 2 years ago
Hi, I've managed to repeat this bug myself but I'm not sure on the exact cause yet, will take a closer look ASAP and get a bugfix to you soon :)
The error has been fixed after solving the these two warnings:
2022-10-26T06:26:50Z WARNING (from attempt to import module InnerEye.ML.configs.MyGlaucoma): name 'full_ml_test_data_path' is not defined 2022-10-26T06:26:50Z WARNING (from attempt to import module InnerEye.ML.configs.classification.GlaucomaPublic): name 'full_ml_test_data_path' is not defined
The model is not loaded because of these two warnings.
Discussed in https://github.com/microsoft/InnerEye-DeepLearning/discussions/817
AB#7873