While following your tutorial, I noticed that the Keras and Python versions need to be compatible with TensorFlow 1.14. Could you specify the exact versions you’re using for training?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Heya,
To ensure compatibility with TensorFlow 1.14, the versions of Python and Keras must align with the requirements of TensorFlow. Here’s a breakdown:
TensorFlow 1.14 Compatibility
Python Version:
Keras Version:
tf.keras
) but is compatible with standalone Keras versions up to 2.2.5.Recommended Setup
Installation Commands
Here’s how you can set up a compatible environment:
Additional Notes
tf.keras
), no additional Keras installation is required.tensorflow-gpu==1.14.0
and ensure compatible CUDA (10.0) and cuDNN (7.4) versions are installed.Hi there,
Would you mind confirming which tutorial exactly are you referring to?
I can then forward your feedback to the team.
- Bobby