Skip to content

Commit

Permalink
Merge pull request #2236 from kentmchenry:bugfix/60907-update-tutoria…
Browse files Browse the repository at this point in the history
…l-transfer-learning

PiperOrigin-RevId: 548153414
  • Loading branch information
copybara-github committed Jul 14, 2023
2 parents fde5650 + 613462d commit 77b51f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions site/en/tutorials/images/transfer_learning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
"id": "s9SlcbhrarOO"
},
"source": [
"Note: These layers are active only during training, when you call `Model.fit`. They are inactive when the model is used in inference mode in `Model.evaluate` or `Model.fit`."
"Note: These layers are active only during training, when you call `Model.fit`. They are inactive when the model is used in inference mode in `Model.evaluate`, `Model.predict`, or `Model.call`."
]
},
{
Expand Down Expand Up @@ -1077,7 +1077,6 @@
"colab": {
"collapsed_sections": [],
"name": "transfer_learning.ipynb",
"provenance": [],
"toc_visible": true
},
"kernelspec": {
Expand Down

0 comments on commit 77b51f8

Please sign in to comment.