Closed JacopoTeneggi closed 3 years ago
When following the sample classification task instructions to create the classification model configuration, we are instructed to specify azure_dataset_id in the constructor.
azure_dataset_id
In the definition of GlaucomaPublic, though, these lines:
GlaucomaPublic
https://github.com/microsoft/InnerEye-DeepLearning/blob/eb5f931f200c253f8a3336fcb01cdaa58c6207be/InnerEye/ML/configs/classification/GlaucomaPublic.py#L12-L13
https://github.com/microsoft/InnerEye-DeepLearning/blob/eb5f931f200c253f8a3336fcb01cdaa58c6207be/InnerEye/ML/configs/classification/GlaucomaPublic.py#L23-L39
override the parameter, causing the experiment to fail if the user has not defined a dataset called glaucoma_public_dataset.
glaucoma_public_dataset
Expected behavior(s):
Good catch, thanks for reporting! Update coming soon.
When following the sample classification task instructions to create the classification model configuration, we are instructed to specify
azure_dataset_id
in the constructor.In the definition of
GlaucomaPublic
, though, these lines:https://github.com/microsoft/InnerEye-DeepLearning/blob/eb5f931f200c253f8a3336fcb01cdaa58c6207be/InnerEye/ML/configs/classification/GlaucomaPublic.py#L12-L13
https://github.com/microsoft/InnerEye-DeepLearning/blob/eb5f931f200c253f8a3336fcb01cdaa58c6207be/InnerEye/ML/configs/classification/GlaucomaPublic.py#L23-L39
override the parameter, causing the experiment to fail if the user has not defined a dataset called
glaucoma_public_dataset
.Expected behavior(s):
glaucoma_public_dataset
.