tf_chatbot_seq2seq_antilm
tf_chatbot_seq2seq_antilm copied to clipboard
ValueError: Attempt to reuse RNNCell <*****> with a different variable scope than its first use
when i run main.py in train mode, an error occurs, my tensorflow version is 1.1, anyone can help me to fix it? thanks
Use tensorflow 1.0.0 to avoid this problem
Would you please update the code for TF1.2? It seems that TF1.2 fixed this problem. Thanks