sayannath / CoAtNet-GSoC

Implementation of CoAtNet in TensorFlow and Keras.
https://summerofcode.withgoogle.com/programs/2022/projects/pzWz8XQD
Apache License 2.0
3 stars 0 forks source link

CoAtNet not present in `timm` #5

Open sayakpaul opened 2 years ago

sayakpaul commented 2 years ago

@gustheman @sayannath

It turns out that timm doesn't have any implementation of CoAtNet which means we really don't have any pre-trained weights available for the model at the moment. It was an oversight on my end to confuse this model with CoAtNet.

We can do either of the following now:

Let's discuss.

sayannath commented 2 years ago

Cool! On it.

sayakpaul commented 2 years ago

What are you on? Didn't get you.

sayannath commented 2 years ago

On implementing the model asap.

sayakpaul commented 2 years ago

No, I think it's better to wait for Gus's comments here. Since the pre-trained model parameters aren't available we need to take an informed decision.

gustheman commented 2 years ago

I'm fine with changing to another model to make this achievable! Any suggestions of other possible ones not on TF Hub yet?

sayannath commented 2 years ago

MobileViT can be an option.

sayakpaul commented 2 years ago

Yes sounds good to me. MobileViTs are available in official capacity as well.

@gustheman WDYT?

gustheman commented 2 years ago

I agree, let's go with MobileViT then!