You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
can you provide full error messages and what script you running exactly?
Because the fitting evaluation scripts are only present in the newest aucmedi versions and are not present in the scripts of this repository for aucmedi version 0.1.0.
Hi.
Thank you for your response, I could solve the problem by installing the
requirements for latest version as mentioned in docs for aucmedi.
initially it was giving error keras.engine not found. and when I was using
aucmedi 0.1.0 version many modules not present an error message. I am
trying to adapt the aucmedi platform for my research work. I highly
appreciate the efforts put in by you and your team in developing this open
source platform , it is of great help to me.Thank you .
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'
The text was updated successfully, but these errors were encountered: