Skip to content

Commit 9f88b88

Browse files
authored
Add predict.
1 parent fbc25d4 commit 9f88b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/images/transfer_learning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
"id": "s9SlcbhrarOO"
338338
},
339339
"source": [
340-
"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`."
340+
"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`."
341341
]
342342
},
343343
{

0 commit comments

Comments
 (0)