Skip to content

Commit 4600786

Browse files
committed
added-missing-div-tag
1 parent 5581fd9 commit 4600786

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/vision/md/temporal_latent_bottleneck.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Author:** [Aritra Roy Gosthipaty](https://twitter.com/ariG23498), [Suvaditya Mukherjee](https://twitter.com/halcyonrayes)<br>
44
**Date created:** 2023/03/12<br>
5-
**Last modified:** 2024/11/12<br>
5+
**Last modified:** 2025/10/10<br>
66
**Description:** Image Classification with Temporal Latent Bottleneck Networks.
77

88

@@ -879,6 +879,9 @@ Epoch 29/30
879879
Epoch 30/30
880880
19/19 ━━━━━━━━━━━━━━━━━━━━ 1146s 60s/step - accuracy: 0.5076 - loss: 1.3592 - val_accuracy: 0.4890 - val_loss: 1.3961
881881
---
882+
```
883+
</div>
884+
882885
## Visualize training metrics
883886

884887
The `model.fit()` will return a `history` object, which stores the values of the metrics

0 commit comments

Comments
 (0)