any idea how i can get over this error in colab?
i am trying:
!pip install git+https://github.com/qubvel/classification_models.git
from classification_models.keras import Classifiers
same error happens with
!pip install git+https://github.com/qubvel/classification_models.git
from classification_models.tfkeras import Classifiers
as well