CoCa-pytorch
CoCa-pytorch copied to clipboard
Any plan to share the pre-trained models?
Hi, thanks for sharing this wonderful code. Do you have any plans to share the pre-trained models?
same question
+1
Same question. I'm looking for a model that can perform retrieval as in CLIP or ALIGN and also caption images so would be good if the pretrained weights were made available.
If you want them make them, there are no such pretrained model in existence with this repo
Same question. I'm looking for a model that can perform retrieval as in CLIP or ALIGN and also caption images so would be good if the pretrained weights were made available.
@dwlmt I am looking for the same model :/
+1, Hope the authors release the pre-trained model, Thanks!
+10086
+1
It would be great, if authors share the pre-trained models.
+9999
+1
+1
+99
+5555
+1
I think there is a confusion here :)
This repo is a reproduction repo. The author of the repo does not have any pretrained model.
If you want to reproduce coca models, you can use this repo (and a lot of compute power) to train some
+999
+1
it's made by google so obviously they won't be sharing the models
I guess we can take ViT weights from ViT-Pytorch
library, but NLP part of the model contains many Transformer Blocks, so we don't have weights for them. Looks like we can't get fully weights for CoCa right now.
if someone feels like plugging https://github.com/lucidrains/CoCa-pytorch/blob/main/coca_pytorch/coca_pytorch.py into https://github.com/mlfoundations/open_clip code base, I could quickly train it
+1
+1
https://twitter.com/gpuccetti92/status/1621874887844315139?t=l-j6Iv_5d9A48d0XPzvUQg&s=19 done by @gpucce