jamincosh
Results
1
issues of
jamincosh
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?