From 0c4cf5b0ddfdf1bf4c08cfbfa40005d55ec94c6f Mon Sep 17 00:00:00 2001 From: Amit Patankar Date: Wed, 8 Aug 2018 15:47:51 -0700 Subject: Cherrypick r1.10 back to master. --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RELEASE.md') diff --git a/RELEASE.md b/RELEASE.md index 078aafd374..ae41d56e14 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -19,7 +19,7 @@ * `tf.data`: * `tf.contrib.data.group_by_reducer()` is now available via the public API. * `tf.contrib.data.choose_from_datasets()` is now available via the public API. - * Adding `drop_remainder` argument to `tf.data.Dataset.batch()` and `tf.data.Dataset.padded_batch()`, deprecating tf.contrib.data.batch_and_drop_remainder()` and `tf.contrib.data.padded_batch_and_drop_remainder()`. + * Adding `drop_remainder` argument to `tf.data.Dataset.batch()` and `tf.data.Dataset.padded_batch()`, deprecating `tf.contrib.data.batch_and_drop_remainder()` and `tf.contrib.data.padded_batch_and_drop_remainder()`. * `tf.estimator`: * `Estimator`s now use custom savers included in `EstimatorSpec` scaffolds for saving SavedModels during export. * `EstimatorSpec` will now add a default prediction output for export if no `export_output` is provided, eliminating the need to explicitly include a `PredictOutput` object in the `model_fn` for simple use-cases. -- cgit v1.2.3