From 46d2c286045f4d2616d348cbaaea7fd52fadfe8b Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 2 Jan 2017 22:19:48 -0800 Subject: Merge changes from github. Change: 143412147 --- RELEASE.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'RELEASE.md') diff --git a/RELEASE.md b/RELEASE.md index a8bbc7064b..29b6cba6ba 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -139,6 +139,9 @@ * `tf.all_variables`, `tf.VARIABLES` and `tf.initialize_all_variables` renamed to `tf.global_variables`, `tf.GLOBAL_VARIABLES` and `tf.global_variables_initializer` respectively. +* `tf.zeros_initializer()` and `tf.ones_initializer()` now return a callable + that must be called with initializer arguments, in your code replace + tf.zeros_initializer with tf.zeros_initializer() ## Bug Fixes and Other Changes -- cgit v1.2.3