simple-chatbot-keras icon indicating copy to clipboard operation
simple-chatbot-keras copied to clipboard

Design and build a chatbot using data from the Cornell Movie Dialogues corpus, using Keras

Results 1 simple-chatbot-keras issues
Sort by recently updated
recently updated
newest added

``` Traceback (most recent call last): File "chatbot_training.py", line 119, in output = dense(vocab_size, activation = 'softmax')(decoder_lstm) File "C:\Users\user\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\keras\engine\base_layer.py", line 982, in __call__ self._maybe_build(inputs) File "C:\Users\user\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\keras\engine\base_layer.py", line 2643, in _maybe_build...