Skip to content

v1.3.3

Compare
Choose a tag to compare
@leewyang leewyang released this 06 Sep 20:44
· 282 commits to master since this release
  • Only set TF_CONFIG environment variable if cluster_spec has a "master", i.e. when using tf.estimator.
  • Updated mnist/keras/mnist_mlp_estimator.py with example of distributed/parallel inferencing via estimator.predict.
  • Added optional feed_timeout argument to TFCluster.train() for InputMode.SPARK.
  • Added optional grace_secs argument to TFCluster.shutdown().
  • Workaround for firewall proxy issue with get_ip_address (contributed by @viplav).
  • Add support for all Hadoop-compatible File System schemes (contributed by @vishnu2kmohan).
  • Added error messages to assert statements.
  • Initial Travis CI integration.