Skip to content

Commit

Permalink
Update migrate.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
lamberta committed Feb 11, 2020
1 parent 6d251c1 commit 55db88d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/en/guide/migrate.ipynb
Expand Up @@ -1284,7 +1284,7 @@
"id": "0tx7FyM_RHwJ"
},
"source": [
"TensorFlow 2.0 includes significant changes to the `tf.summary` API used to write summary data for visualization in TensorBoard. For a general introduction to the new tf.summary, there are [several tutorials available](https://www.tensorflow.org/tensorboard/r2/get_started) that use the TF 2.0 API. This includes a [TensorBoard TF2.0 Migration Guide](https://www.tensorflow.org/tensorboard/r2/migrate_tf2)"
"TensorFlow 2 includes significant changes to the `tf.summary` API used to write summary data for visualization in TensorBoard. For a general introduction to the new tf.summary, there are [several tutorials available](https://www.tensorflow.org/tensorboard/r2/get_started) that use the TF 2.0 API. This includes a [TensorBoard TF2.0 Migration Guide](https://www.tensorflow.org/tensorboard/r2/migrate_tf2)"
]
},
{
Expand Down Expand Up @@ -1336,8 +1336,8 @@
"\n",
"There are no significant compatibility concerns for saved models.\n",
"\n",
"* TensorFlow 1.x saved_models work in TensorFlow 2.0.\n",
"* TensorFlow 2.0 saved_models even work in TensorFlow 1.x if all the ops are supported."
"* TensorFlow 1.x saved_models work in TensorFlow 2.x.\n",
"* TensorFlow 2.x saved_models work in TensorFlow 1.xif all the ops are supported."
]
},
{
Expand Down

0 comments on commit 55db88d

Please sign in to comment.