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
It's mostly libraries that get pre-installed with Anaconda environment (https://www.anaconda.com/), a popular distribution for Python, useful for data science and machine learning
@uPeppe The code doesn't work with Keras 3 which is the last version of keras. To make the code executing without any errors I needed to downgrade to keras 2.
The error was:
ValueError: A KerasTensor cannot be used as input to a TensorFlow function. A KerasTensor is a symbolic placeholder for a shape and dtype, used when constructing Keras Functional models or Keras Functions. You can only use it as input to a Keras layer or a Keras operation (from the namespaces keras.layers and keras.operations).
Here is the translated text:
"The requirements.txt file is missing, so it is necessary to inspect each file to understand which libraries are required."
The text was updated successfully, but these errors were encountered: