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
Hi,
This is the issue I'm getting after running. Here's the part of the code in which I'm getting issues. I'm using python 3.5 in anaconda and spyder. One more thing, I know I'm using BahdanauAttention, as attention_option was giving error so I changed it to this and then also I was facing many errors so I referred to the tensorflow's guide and found out this and this actually work. But with a small error.
File "E:/CHATBOT/CHATBOT/Chatbot-from-Movie-Dialogue-master/Chatbot_Attention.py", line 439, in decoding_layer_train
num_units=dec_cell.output_size)
def decoding_layer_train(encoder_state, dec_cell, dec_embed_input, sequence_length, decoding_scope,
output_fn, keep_prob, batch_size):
'''Decode the training data'''
Hi,
This is the issue I'm getting after running. Here's the part of the code in which I'm getting issues. I'm using python 3.5 in anaconda and spyder. One more thing, I know I'm using BahdanauAttention, as attention_option was giving error so I changed it to this and then also I was facing many errors so I referred to the tensorflow's guide and found out this and this actually work. But with a small error.
File "E:/CHATBOT/CHATBOT/Chatbot-from-Movie-Dialogue-master/Chatbot_Attention.py", line 439, in decoding_layer_train
num_units=dec_cell.output_size)
def decoding_layer_train(encoder_state, dec_cell, dec_embed_input, sequence_length, decoding_scope,
output_fn, keep_prob, batch_size):
'''Decode the training data'''
The text was updated successfully, but these errors were encountered: