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
{{ message }}
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
While i'm running "resnet50.py" i'm getting the below error. please assist us.
$PWD
/opt/anaconda3/envs/cnn/lib/python3.7/site-packages/keras_applications
$python resnet50.py
Traceback (most recent call last):
File "resnet50.py", line 17, in
from . import get_submodules_from_kwargs
ImportError: attempted relative import with no known parent package
Thank you,
The text was updated successfully, but these errors were encountered:
try
from keras_applications import get_submodules_from_kwargs
from keras_applications import imagenet_utils
from keras_applications.imagenet_utils import decode_predictions
from keras_applications.imagenet_utils import _obtain_input_shape
Hi Team,
While i'm running "resnet50.py" i'm getting the below error. please assist us.
$PWD
/opt/anaconda3/envs/cnn/lib/python3.7/site-packages/keras_applications
$python resnet50.py
Traceback (most recent call last):
File "resnet50.py", line 17, in
from . import get_submodules_from_kwargs
ImportError: attempted relative import with no known parent package
Thank you,
The text was updated successfully, but these errors were encountered: