I find the code position:
Python36\Lib\site-packages\tensorflow_estimator\python\estimator\estimator.py 's predict methods and _train_with_estimator_spec methods.
But I cannot fetch the tensor I want to print after sess.run it.
Is there any other way to watch the data value and tensor shape, Thank you very much!
I find the code position:
Python36\Lib\site-packages\tensorflow_estimator\python\estimator\estimator.py
'spredict
methods and_train_with_estimator_spec
methods. But I cannot fetch the tensor I want to print aftersess.run
it.Is there any other way to watch the data value and tensor shape, Thank you very much!