Skip to content

Commit

Permalink
Add predict.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDaoust authored Jun 20, 2023
1 parent fbc25d4 commit 9f88b88
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.call`."
"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

0 comments on commit 9f88b88

Please sign in to comment.