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
model = RepLKNetB224In1k() # by default will download imagenet{1k, 21k}-pretrained weights
and got back this error.
File "/home/sarvision/Desktop/rpknet/tfreplknet/../../openrpk.py", line 1, in <module>
from tfreplknet import RepLKNetB224In1k # + 4 other variants and input preprocessing
File "/home/sarvision/.pyenv/versions/coral/lib/python3.9/site-packages/tfreplknet/__init__.py", line 1, in <module>
from tfreplknet.model import RepLKNet, RepLKNetB, RepLKNetL, RepLKNetXL
File "/home/sarvision/.pyenv/versions/coral/lib/python3.9/site-packages/tfreplknet/model.py", line 5, in <module>
from keras.utils import data_utils, layer_utils
ImportError: cannot import name 'data_utils' from 'keras.utils' (/home/sarvision/.pyenv/versions/coral/lib/python3.9/site-packages/keras/utils/__init__.py)
Any help would be appreciated. Let me know if you need more information.
I ran the following commands in python 3.9.10:
and got back this error.
Any help would be appreciated. Let me know if you need more information.
The text was updated successfully, but these errors were encountered: