I am using colab for my image classification model where in if I install aucmedi -0.1.0 version , many modules like evaluate. dataset, evaluate. filling and 2d neural networks are not working , module does not exist error is shown . and if I install aucmedi then I get module Keras. engine not found error.
Please can you tell how to work with Aucmedi on COLAB
ModuleNotFoundError Traceback (most recent call last)
in <cell line: 2>()
1 from aucmedi import *
----> 2 from aucmedi.evaluation.fitting import *
3
4 evaluate_fitting(
5 train_history = history,
ModuleNotFoundError: No module named 'aucmedi.evaluation.fitting'
I am using colab for my image classification model where in if I install aucmedi -0.1.0 version , many modules like evaluate. dataset, evaluate. filling and 2d neural networks are not working , module does not exist error is shown . and if I install aucmedi then I get module Keras. engine not found error.
Please can you tell how to work with Aucmedi on COLAB
ModuleNotFoundError Traceback (most recent call last)
in <cell line: 2>()
1 from aucmedi import *
----> 2 from aucmedi.evaluation.fitting import *
3
4 evaluate_fitting(
5 train_history = history,
ModuleNotFoundError: No module named 'aucmedi.evaluation.fitting'