Allows feature inputs to be arbitrary nested tuples in TPUEstimator which is...
Allows feature inputs to be arbitrary nested tuples in TPUEstimator which is allowed behavior in tf.Estimator NB: Calls data/util/nest.flatten() which is slightly different than core/util/nest (already a dependency in tpu_estimator.py) as it maintains structure by treating tuples and lists differently PiperOrigin-RevId: 208848267
Loading
Please sign in to comment