Open bhatnagarvibha opened 1 year ago
Hello @bhatnagarvibha,
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 .
On Mon, Oct 2, 2023 at 6:54 PM Dominik Müller @.***> wrote:
Hello @bhatnagarvibha https://github.com/bhatnagarvibha,
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.
— Reply to this email directly, view it on GitHub https://github.com/frankkramer-lab/riadd.aucmedi/issues/21#issuecomment-1743011452, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK5DAKZXCFKV6JUITWQOOY3X5K57XAVCNFSM6AAAAAA5HPC7TCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBTGAYTCNBVGI . You are receiving this because you were mentioned.Message ID: @.***>
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'