We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5581fd9 commit 4600786Copy full SHA for 4600786
examples/vision/md/temporal_latent_bottleneck.md
@@ -2,7 +2,7 @@
2
3
**Author:** [Aritra Roy Gosthipaty](https://twitter.com/ariG23498), [Suvaditya Mukherjee](https://twitter.com/halcyonrayes)<br>
4
**Date created:** 2023/03/12<br>
5
-**Last modified:** 2024/11/12<br>
+**Last modified:** 2025/10/10<br>
6
**Description:** Image Classification with Temporal Latent Bottleneck Networks.
7
8
@@ -879,6 +879,9 @@ Epoch 29/30
879
Epoch 30/30
880
19/19 ━━━━━━━━━━━━━━━━━━━━ 1146s 60s/step - accuracy: 0.5076 - loss: 1.3592 - val_accuracy: 0.4890 - val_loss: 1.3961
881
---
882
+```
883
+</div>
884
+
885
## Visualize training metrics
886
887
The `model.fit()` will return a `history` object, which stores the values of the metrics
0 commit comments