NeuralNine / neuralintents

A simple interface for working with intents and chatbots.
MIT License
241 stars 135 forks source link

from tensorflow.keras.models #34

Open scarbear06 opened 1 year ago

scarbear06 commented 1 year ago

It does not work tensorflow.keras . keras is not in tensorflow.

What do I need to do?

jammoid84 commented 1 year ago

if t his help :Keras is a deep learning API written in Python, running on top of the machine learning platform TensorFlow. keras is tightly integrated into the TensorFlow ecosystem, and also includes support for: tf. data, enabling you to build high performance input pipelines. If you prefer, you can train your models using data in NumPy format

what is it you are trying to do (for what?) what code are your running ? do you have an error you can share ?