tpu_estimator gives us unstable input shapes when inputs are labeled with names....
authorYunxing Dai <yunxing@google.com>
Tue, 6 Mar 2018 22:36:36 +0000 (14:36 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 6 Mar 2018 22:40:15 +0000 (14:40 -0800)
commitb2779a86c2152f2a949be6d743e31e8756fa00ff
treeb536d7e44d57009048291e60ca73e26cdf077c24
parent4b48598f73deccca2c0eccf21150413378044145
tpu_estimator gives us unstable input shapes when inputs are labeled with names. Sorting the input keys solves the issue.

PiperOrigin-RevId: 188082738
tensorflow/contrib/tpu/python/tpu/tpu_estimator.py