Skip to content

v1.4.0

Compare
Choose a tag to compare
@leewyang leewyang released this 16 Nov 18:43
· 242 commits to master since this release
7b36521
  • More deterministic GPU allocation for multi-GPU nodes.
  • Added timeout argument to TFCluster.shutdown() (default is 3 days). This is intended to shutdown the Spark application in the event that any of the TF nodes hang for any reason. Set to -1 to disable timeout.
  • Added ability to start reservation server on a specific port (contributed by @AvihayTsayeg).
  • Updated pipeline API for latest TF APIs (contributed by @AvihayTsayeg)
  • Added unit test for tf.SparseTensor support.
  • Updated examples to latest TF APIs (including workaround for tensorflow/tensorflow#21745).
  • Updated Spark version dependency for Scala Inferencing API.
  • Added __version__ to module.