tensorflow / tensor2tensor

Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.
Apache License 2.0
15.5k stars 3.49k forks source link

Watch the exact data value which is feed into tensor2tensor and watch the exact tensor shape. #1508

Closed guotong1988 closed 5 years ago

guotong1988 commented 5 years ago

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!

guotong1988 commented 5 years ago

generator_utils.py 's generate_files methods.

image