Skip to content

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

@bhatnagarvibha

Description

@bhatnagarvibha

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions