Skip to content

Commit e895d5c

Browse files
Amit Patankargunan
Amit Patankar
authored andcommitted
Fixing 2 minor issues as suggested by Gunan.
1 parent 60d35bb commit e895d5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Bug Fixes and Other Changes
44
* Change GraphConstructor to not increase the version when importing, but instead take the min of all versions.
5-
* Google Cloud Storage fixes
5+
* Google Cloud Storage fixes.
66
* Removed `tf.core` and `tf.python` modules from the API. These were never intended to be exposed. Please use the same objects through top-level `tf` module instead.
77

88
# Release 1.0.0
@@ -94,7 +94,7 @@ To help you upgrade your existing TensorFlow Python code to match the API change
9494
* Change arg order for `{softmax,sparse_softmax,sigmoid}_cross_entropy_with_logits` to be (labels, predictions), and force use of named args.
9595
* tf.nn.rnn_cell.* and most functions in tf.nn.rnn.* (with the exception of dynamic_rnn and raw_rnn) are temporarily in tf.contrib.rnn. They will be moved back into core for TF 1.1.
9696
* `tf.nn.sampled_softmax_loss` and `tf.nn.nce_loss` have both changed their API such that you need to switch the `inputs, labels` to `labels, inputs` parameters.
97-
* The shape keyword argument of the SparseTensor constructor changes its name to dense_shape between Tensorflow 0.12 and Tensorflow 1.0.
97+
* The shape keyword argument of the `SparseTensor` constructor changes its name to `dense_shape` between Tensorflow 0.12 and Tensorflow 1.0.
9898

9999
## Bug Fixes and Other Changes
100100
* Numerous C++ API updates.

0 commit comments

Comments
 (0)