Skip to content

Commit 52431c7

Browse files
authored
Merge pull request #72 from lamberta/migration
Move upgrade TF doc into api_guides
2 parents 9b1aeb6 + 7fb308a commit 52431c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Transition to TensorFlow 1.0
2-
1+
# Upgrade to TensorFlow 1.0
32

43
The APIs in TensorFlow 1.0 have changed in ways that are not all backwards
54
compatible. That is, TensorFlow programs that worked on TensorFlow 0.n won't
@@ -333,4 +332,3 @@ Several other changes have been made, including the following:
333332
* should be renamed to `tf.unstack`
334333
* `tf.zeros_initializer`
335334
* should be changed to a function call i.e. `tf.zeros_initializer()`
336-

0 commit comments

Comments
 (0)