Skip to content

Commit

Permalink
Fix lint for inclusive language
Browse files Browse the repository at this point in the history
  • Loading branch information
lamberta committed Dec 17, 2020
1 parent 5a5fb1e commit e030b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/en/guide/migrate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 139,7 @@
"id": "_Ni9zLLvwcOR"
},
"source": [
"## Make the code TensorFlow 2.x-native\n",
"## Make the code for TensorFlow 2.x\n",
"\n",
"This guide will walk through several examples of converting TensorFlow 1.x code to TensorFlow 2.x. These changes will let your code take advantage of performance optimizations and simplified API calls.\n",
"\n",
Expand Down Expand Up @@ -1693,7 1693,7 @@
"source": [
"#### Custom `model_fn` with TensorFlow 2.x symbols\n",
"\n",
"If you want to get rid of all TensorFlow 1.x symbols and upgrade your custom `model_fn` to native TensorFlow 2.x, you need to update the optimizer and metrics to `tf.keras.optimizers` and `tf.keras.metrics`.\n",
"If you want to get rid of all TensorFlow 1.x symbols and upgrade your custom `model_fn` to TensorFlow 2.x, you need to update the optimizer and metrics to `tf.keras.optimizers` and `tf.keras.metrics`.\n",
"\n",
"In the custom `model_fn`, besides the above [changes](#minimal_changes), more upgrades need to be made:\n",
"\n",
Expand Down

0 comments on commit e030b38

Please sign in to comment.