Skip to content

1.3.0

Choose a tag to compare

@leewyang leewyang released this 01 Apr 22:03
· 354 commits to master since this release
42bd62e
  • support tf.estimator.train_and_evaluate() API
  • use local file instead of ppid to uniquely identify executors
  • surface GPU allocation errors more readily
  • add sharding, epochs, and shuffling to mnist Dataset example.
  • TFoS example for criteo data (contributed by @amantrac)
  • use tf.train.MonitoredTrainingSession in mnist/spark example (contributed by @wuyifan18)