TensorFlowOnSpark

TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.

APACHE-2.0 License

Downloads
696.8K
Stars
3.9K
Committers
28

Bot releases are visible (Hide)

TensorFlowOnSpark - 1.2.0

Published by leewyang over 6 years ago

TensorFlowOnSpark - 1.2.1

Published by leewyang over 6 years ago

  • Error handling for TF exceptions in InputMode.SPARK (from @eordentlich).
  • Add timeout for reservations (from @eordentlich).
  • Errors will exit Spark job with non-zero exit code.
  • Fix regression in pipeline API.
  • Model export tool
TensorFlowOnSpark - 1.3.0

Published by leewyang over 6 years ago

  • 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)