chatbot-startkit icon indicating copy to clipboard operation
chatbot-startkit copied to clipboard

This repository holds files for the simple chatbot wrote in TensorFlow 1.4, with attention mechanism and bucketing.

Results 6 chatbot-startkit issues
Sort by recently updated
recently updated
newest added

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?

![image](https://user-images.githubusercontent.com/18624289/35421997-4e131ea4-0281-11e8-8b4d-43b19a2a1b09.png) I apply above code generate sample. but it can't work. can you commit sample code. thanks very much.