Tahir Ibrahim Gedi
unread,Jul 15, 2022, 1:45:16 PM7/15/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Keras-users
how can i fix this error " C:\Users\dahir\Desktop\codes>python main.py
2022-07-15 20:27:14.006974: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found
2022-07-15 20:27:14.034666: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Traceback (most recent call last):
File "main.py", line 2, in <module>
from models import *
File "C:\Users\dahir\Desktop\codes\models.py", line 27, in <module>
from keras.layers.recurrent import LSTM
ModuleNotFoundError: No module named 'keras.layers.recurrent'
C:\Users\dahir\Desktop\codes>"