Skip to content

Commit 5696514

Browse files
committed
Add last link in FAQ
1 parent 107f097 commit 5696514

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/FAQ.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- [What's the difference between the `training` argument in `call()` and the `trainable` attribute?](#whats-the-difference-between-the-training-argument-in-call-and-the-trainable-attribute)
1919
- [In `fit()`, how is the validation split computed?](#in-fit-how-is-the-validation-split-computed)
2020
- [In `fit()`, is the data shuffled during training?](#in-fit-is-the-data-shuffled-during-training)
21+
- [What's the difference between Program methods `predict()` and `__call__()`?](#whats-the-difference-between-program-methods-predict-and-__call__)
2122

2223
---
2324

0 commit comments

Comments
 (0)