please help me

191 views
Skip to first unread message

Tahir Ibrahim Gedi

unread,
Jul 15, 2022, 1:45:16 PM7/15/22
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>"

Matias Valdenegro

unread,
Jul 15, 2022, 1:55:17 PM7/15/22
to keras...@googlegroups.com

Use the following:


from keras.layers import LSTM

Tahir Ibrahim Gedi

unread,
Jul 17, 2022, 9:20:33 AM7/17/22
to Keras-users
i fixed
Reply all
Reply to author
Forward
0 new messages