Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image classification framework giving error message keras. engine not found when working in COLAB #21

Open
bhatnagarvibha opened this issue Sep 26, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@bhatnagarvibha
Copy link

bhatnagarvibha commented Sep 26, 2023

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'

@muellerdo
Copy link
Member

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.

@muellerdo muellerdo added the bug Something isn't working label Oct 2, 2023
@bhatnagarvibha
Copy link
Author

bhatnagarvibha commented Oct 2, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants