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
@Davesoul will this make it into the master branch? Or are gonna have to fork to do this ourselves? Just getting my feet wet with the project, trying to judge it's usefulness. @huineng Good work with chatgpt! It can be like pulling teeth sometimes to get a useful suggestion. :-( But I am the beneficiary of your work!
I encounter below error while executing example.py from basic_chatbot
Below is my system setup
Windows 11
python 3.9
neuralintents==0.1.0
Please let me how to solve this problem
Error:
ValueError: Exception encountered when calling Sequential.call().
Invalid input shape for input Tensor("sequential_1/Cast:0", shape=(None, 44), dtype=float32). Expected shape (None, None, 44), but input has incompatible shape (None, 44)
Arguments received by Sequential.call():
• inputs=tf.Tensor(shape=(None, 44), dtype=int32)
• training=True
• mask=None
The text was updated successfully, but these errors were encountered: