I'm using with tensor2tensor (1.9.0) and tensorflow 1.9. When i try to enable eager execution tf.enable_eager_execution() in t2t-decoder it works just fine. However, when the program breaks inside the python code of tensor2tensor, i find that the eager execution has been disabled. tried to grep for anything that could be disabling it within t2t framework but i can't find anything that could potentially do that.
versions: t2t 1.9.0 tensorflow (cpu) 1.9.0 python 3.6 ubuntu 18.04
I am using python 3. I had to put tensorflow and tf.enable_eager_execution at the top of my script
output: