You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to import classification_models.keras for using ResNet18, I am getting an ImportError as:
from classification_models.keras import Classifiers
ImportError: No module named classification_models.keras
I am using Python3.7, Keras 2.2.4, Tensorflow 1.13.1.
Please advise as I am unable to figure out why the error.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
When I try to import classification_models.keras for using ResNet18, I am getting an ImportError as:
from classification_models.keras import Classifiers
ImportError: No module named classification_models.keras
I am using Python3.7, Keras 2.2.4, Tensorflow 1.13.1.
Please advise as I am unable to figure out why the error.
Thanks in advance.
I encountered same issue on Jetson TX2.
I am using Python3.6, keras_application 1.0.8, Tensorflow 2.1
from classification_models import Classifiers
--> It works for me.
When I go to "python3.6/site-packages/classification_models" folder, there is no keras.py
But "init.py" has Classifiers class.
When I try to import classification_models.keras for using ResNet18, I am getting an ImportError as:
from classification_models.keras import Classifiers
ImportError: No module named classification_models.keras
I am using Python3.7, Keras 2.2.4, Tensorflow 1.13.1.
Please advise as I am unable to figure out why the error.
Thanks in advance.
The text was updated successfully, but these errors were encountered: