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 1010 " \n " ,
1111 " **Author:** [Sayak Paul](https://twitter.com/RisingSayak)<br>\n " ,
1212 " **Date created:** 2021/10/20<br>\n " ,
13- " **Last modified:** 2024/02/11 <br>\n " ,
13+ " **Last modified:** 2025/09/30 <br>\n " ,
1414 " **Description:** MobileViT for image classification with combined benefits of convolutions and Transformers."
1515 ]
1616 },
Original file line number Diff line number Diff line change 22
33** Author:** [ Sayak Paul] ( https://twitter.com/RisingSayak ) <br >
44** Date created:** 2021/10/20<br >
5- ** Last modified:** 2024/02/11 <br >
5+ ** Last modified:** 2025/09/30 <br >
66** Description:** MobileViT for image classification with combined benefits of convolutions and Transformers.
77
88
@@ -727,6 +727,7 @@ print(f"Number of validation examples: {num_val}")
727727train_dataset = prepare_dataset(train_dataset, is_training = True )
728728val_dataset = prepare_dataset(val_dataset, is_training = False )
729729```
730+ </div >
730731
731732<div class =" k-default-codeblock " >
732733```
Original file line number Diff line number Diff line change 22Title: MobileViT: A mobile-friendly Transformer-based model for image classification
33Author: [Sayak Paul](https://twitter.com/RisingSayak)
44Date created: 2021/10/20
5- Last modified: 2024/02/11
5+ Last modified: 2025/09/30
66Description: MobileViT for image classification with combined benefits of convolutions and Transformers.
77Accelerator: GPU
88"""
You can’t perform that action at this time.
0 commit comments