I have a training setup in tensorflow 1.x. I want to print some value in tensorflow.python.ops files during execution. So I have tried a lot of ways to print this out, but all is failed
Creating a session can't be applied in this case, because the ops have already being executed in the training session.
I have tried to enable eager_execution at first, and use tf.print, but nothing show out.