RLSeq2Seq
RLSeq2Seq copied to clipboard
Working in google colab
WARNING: Logging before flag parsing goes to stderr. W0624 19:29:10.819931 140309927061376 deprecation_wrapper.py:118] From src/run_summarization.py:795: The name tf.app.run is deprecated. Please use tf.compat.v1.app.run instead.
W0624 19:29:10.821898 140309927061376 deprecation_wrapper.py:118] From src/run_summarization.py:661: The name tf.logging.set_verbosity is deprecated. Please use tf.compat.v1.logging.set_verbosity instead.
W0624 19:29:10.822178 140309927061376 deprecation_wrapper.py:118] From src/run_summarization.py:661: The name tf.logging.INFO is deprecated. Please use tf.compat.v1.logging.INFO instead.
W0624 19:29:10.822366 140309927061376 deprecation_wrapper.py:118] From src/run_summarization.py:662: The name tf.logging.info is deprecated. Please use tf.compat.v1.logging.info instead.
I0624 19:29:10.822748 140309927061376 run_summarization.py:662] Starting seq2seq_attention in train mode...
Traceback (most recent call last):
File "src/run_summarization.py", line 795, in
This is the error I am facing
I would like to see a link to your notebook