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
I want to change BasicLSTMCell to BasicRNNCell
but it tell me
NotFoundError (see above for traceback): Restoring from checkpoint failed. This is most likely due to a Variable name or other graph key that is missing from the checkpoint. Please ensure that you have not altered the graph expected based on the checkpoint. Original error:
Key embedding_rnn_seq2seq/embedding_rnn_decoder/rnn_decoder/output_projection_wrapper/multi_rnn_cell/cell_0/basic_rnn_cell/bias not found in checkpoint
[[node save/RestoreV2 (defined at D:\chen_ya\DeepQA_Fasttext_CBOW_RNNN\chatbot\chatbot.py:251) ]]
The text was updated successfully, but these errors were encountered:
I want to change BasicLSTMCell to BasicRNNCell
but it tell me
NotFoundError (see above for traceback): Restoring from checkpoint failed. This is most likely due to a Variable name or other graph key that is missing from the checkpoint. Please ensure that you have not altered the graph expected based on the checkpoint. Original error:
Key embedding_rnn_seq2seq/embedding_rnn_decoder/rnn_decoder/output_projection_wrapper/multi_rnn_cell/cell_0/basic_rnn_cell/bias not found in checkpoint
[[node save/RestoreV2 (defined at D:\chen_ya\DeepQA_Fasttext_CBOW_RNNN\chatbot\chatbot.py:251) ]]
The text was updated successfully, but these errors were encountered: