Skip to content

Commit

Permalink
Update note in transfer_learning.ipynb related to Model.fit
Browse files Browse the repository at this point in the history
Issue #60907
  • Loading branch information
kentmchenry committed Jun 19, 2023
1 parent 82c1d10 commit fbc25d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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` or `Model.call`."
]
},
{
Expand Down

0 comments on commit fbc25d4

Please sign in to comment.