Open dillfromdahill opened 3 years ago
you can change
from classification_models.keras import Classifiers
to
from classification_models import Classifiers
That works for me.
Hi @DuHongqin, I followed what you said but I ran into this error. Can you please help?
ImportError: cannot import name 'Classifiers' from 'classification_models' (/usr/local/lib/python3.10/dist-packages/classification_models/init.py)
any idea how i can get over this error in colab?
i am trying:
same error happens with
as well