Skip to content

godhj93/MobileViT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MobileViT Implementation in Tensorflow2

Introduction

This repository contains tensorflow2 implementation of MobileViT.

You can train a network for cifar dataset.

arch table

Dependencies

pip install -r requirements.txt

Usage

python train.py --ep 50 --bs 16 --data cifar10 --arch [S, XS, XXS] --size [64, 128, 256, 512, ...]

To do

  • AdamW Optimizer
  • Learning rate scheduler(including cosine annealing)
  • Label Smoothing(0.1)
  • Multi-Scaler Training(Adaptive Batch size)
  • L2 Weight Decay
  • Change Data augmentation from complex to simple one

About

MobileViT implementation in Tensorflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages