Hello,
I installed tf 2.6-gpu. Keras is installed to but when I make a call : tf.keras.Sequential() or keras.Sequential(),
I take follwing error:
ModuleNotFoundError: No module named ‘keras’
Please help. Thank you
Hello,
I installed tf 2.6-gpu. Keras is installed to but when I make a call : tf.keras.Sequential() or keras.Sequential(),
I take follwing error:
ModuleNotFoundError: No module named ‘keras’
Please help. Thank you
Hi @egemen_kaleli and Welcome to the Tensorflow forum.
Can you please tell what import
you did? Also, maybe you can share a minimal reproducible example?
Thank you.