chatbot-startkit
chatbot-startkit copied to clipboard
This repository holds files for the simple chatbot wrote in TensorFlow 1.4, with attention mechanism and bucketing.
Dear Luka Thanks for this repository. I am currently learning from it and I found the following error from the very beginning of loading the dataset: ``` sentences = {}...
I have completed the training part and saved the model (checkpoints). It would be nice if you can update the code for testing the model. Thanks
Hi, I am getting the above error when executing the following line in chatbot.ipynb: model = Chatbot(config.LEARNING_RATE, config.BATCH_SIZE, config.ENCODING_EMBED_SIZE, config.DECODING_EMBED_SIZE, config.RNN_SIZE, config.NUM_LAYERS, len(vocab), word_to_id, config.CLIP_RATE) Please can you advise?
 I apply above code generate sample. but it can't work. can you commit sample code. thanks very much.