You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: RELEASE.md
+9
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
# Release 1.0.1
2
+
3
+
## Bug Fixes and Other Changes
4
+
* Change GraphConstructor to not increase the version when importing, but instead take the min of all versions.
5
+
* Google Cloud Storage fixes.
6
+
* 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.
7
+
1
8
# Release 1.0.0
2
9
3
10
## Major Features and Improvements
@@ -88,6 +95,8 @@ To help you upgrade your existing TensorFlow Python code to match the API change
88
95
from the tensorflow::ops namespace to tensorflow.
89
96
* Change arg order for `{softmax,sparse_softmax,sigmoid}_cross_entropy_with_logits` to be (labels, predictions), and force use of named args.
90
97
* 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.
98
+
*`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.
99
+
* The shape keyword argument of the `SparseTensor` constructor changes its name to `dense_shape` between Tensorflow 0.12 and Tensorflow 1.0.
Copy file name to clipboardexpand all lines: tensorflow/contrib/cmake/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Linux.
13
13
Current Status
14
14
--------------
15
15
16
-
CMake can be used to build TensorFlow on Windows. See the [getting started documentation](https://www.tensorflow.org/get_started/os_setup.html#pip-installation-on-windows)
16
+
CMake can be used to build TensorFlow on Windows. See the [getting started documentation](https://www.tensorflow.org/install/install_windows)
17
17
for instructions on how to install a pre-built TensorFlow package on Windows.
0 commit comments