Skip to content

Commit 22321d3

Browse files
authored
Fix Video Vision Transformer Example rendering Issue (#2197)
* added-div-tag * updated-py-file * updated-ipynb-file
1 parent 54329c6 commit 22321d3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/vision/ipynb/vivit.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"\n",
1111
"**Author:** [Aritra Roy Gosthipaty](https://twitter.com/ariG23498), [Ayush Thakur](https://twitter.com/ayushthakur0) (equal contribution)<br>\n",
1212
"**Date created:** 2022/01/12<br>\n",
13-
"**Last modified:** 2024/01/15<br>\n",
13+
"**Last modified:** 2025/10/16<br>\n",
1414
"**Description:** A Transformer-based architecture for video classification."
1515
]
1616
},

examples/vision/md/vivit.md

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

33
**Author:** [Aritra Roy Gosthipaty](https://twitter.com/ariG23498), [Ayush Thakur](https://twitter.com/ayushthakur0) (equal contribution)<br>
44
**Date created:** 2022/01/12<br>
5-
**Last modified:** 2024/01/15<br>
5+
**Last modified:** 2025/10/16<br>
66
**Description:** A Transformer-based architecture for video classification.
77

88

@@ -370,7 +370,7 @@ def run_experiment():
370370

371371
model = run_experiment()
372372
```
373-
373+
<div class="k-default-codeblock">
374374
```
375375
Test accuracy: 76.72%
376376
Test top 5 accuracy: 97.54%

examples/vision/vivit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Title: Video Vision Transformer
33
Author: [Aritra Roy Gosthipaty](https://twitter.com/ariG23498), [Ayush Thakur](https://twitter.com/ayushthakur0) (equal contribution)
44
Date created: 2022/01/12
5-
Last modified: 2024/01/15
5+
Last modified: 2025/10/16
66
Description: A Transformer-based architecture for video classification.
77
Accelerator: GPU
88
"""

0 commit comments

Comments
 (0)