File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 10
10
" \n " ,
11
11
" **Author:** [Sayak Paul](https://twitter.com/RisingSayak)<br>\n " ,
12
12
" **Date created:** 2021/10/20<br>\n " ,
13
- " **Last modified:** 2024/02/11 <br>\n " ,
13
+ " **Last modified:** 2025/09/30 <br>\n " ,
14
14
" **Description:** MobileViT for image classification with combined benefits of convolutions and Transformers."
15
15
]
16
16
},
Original file line number Diff line number Diff line change 2
2
3
3
** Author:** [ Sayak Paul] ( https://twitter.com/RisingSayak ) <br >
4
4
** Date created:** 2021/10/20<br >
5
- ** Last modified:** 2024/02/11 <br >
5
+ ** Last modified:** 2025/09/30 <br >
6
6
** Description:** MobileViT for image classification with combined benefits of convolutions and Transformers.
7
7
8
8
@@ -727,6 +727,7 @@ print(f"Number of validation examples: {num_val}")
727
727
train_dataset = prepare_dataset(train_dataset, is_training = True )
728
728
val_dataset = prepare_dataset(val_dataset, is_training = False )
729
729
```
730
+ </div >
730
731
731
732
<div class =" k-default-codeblock " >
732
733
```
Original file line number Diff line number Diff line change 2
2
Title: MobileViT: A mobile-friendly Transformer-based model for image classification
3
3
Author: [Sayak Paul](https://twitter.com/RisingSayak)
4
4
Date created: 2021/10/20
5
- Last modified: 2024/02/11
5
+ Last modified: 2025/09/30
6
6
Description: MobileViT for image classification with combined benefits of convolutions and Transformers.
7
7
Accelerator: GPU
8
8
"""
You can’t perform that action at this time.
0 commit comments