sayannath / MobileViT-GSoC

Implementation of MobileViT in TensorFlow and Keras
https://www.kaggle.com/models/kaggle/mobilevit
Apache License 2.0
11 stars 3 forks source link

Interpolation on different size #3

Closed sayannath closed 3 weeks ago

sayannath commented 2 years ago

In the original paper implementation of MobileViT, this is how the interpolation is taking place.

The interpolation is taking place in the feature_map part.

We need to build models based on the input size.

CC: @sayakpaul @gustheman

sayakpaul commented 2 years ago

That is totally fine.

sayannath commented 2 years ago

Latest PR: https://github.com/sayannath/MobileViT-GSoC/pull/2