Skip to content

Commit

Permalink
Link 1.10 release notes to Bigtable doc for discoverability
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 208481668
  • Loading branch information
mbrukman authored and tensorflower-gardener committed Aug 13, 2018
1 parent 2c623ea commit 24480df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Major Features And Improvements

* The `tf.lite` runtime now supports `complex64`.
* Initial Bigtable integration for `tf.data`.
* Initial [Google Cloud Bigtable integration](https://github.com/tensorflow/tensorflow/tree/r1.10/tensorflow/contrib/bigtable) for `tf.data`.
* Improved local run behavior in `tf.estimator.train_and_evaluate` which does not reload checkpoints for evaluation.
* `RunConfig` now sets device_filters to restrict how workers and PS can communicate. This can speed up training and ensure clean shutdowns in some situations. But if you have jobs that require communication between workers, you will have to set custom session_options in your `RunConfig`.
* Moved Distributions and Bijectors from `tf.contrib.distributions` to [Tensorflow Probability (TFP)](https://github.com/tensorflow/probability). `tf.contrib.distributions` is now deprecated and will be removed by the end of 2018.
Expand Down

0 comments on commit 24480df

Please sign in to comment.