GALIP
GALIP copied to clipboard
[CVPR2023] A faster, smaller, and better text-to-image model for large-scale training
Hi MingTao, I want to train the Flowers dataset, could its npz be same as coco_val256_FIDK0.npz? I don't know the meaning of the contents of this file.
Hi MingTao, thanks for the wonderful work! I am trying to adapt the GALIP for larger variants of CLIP such as CLIP-L/14, but got trouble modifying the NetC and NetD,...
Hi, Ming Tao, Thanks for your very excellent work and your code. Do you plan to release the pretrained model of CUB bird?
Hi MingTao, Great of your work!My server configuration has only two 3090 GPUs, how do I modify the script/train.sh file? thanks.
Contact
How can I get in contact with Ming Tao? The provided email adress does not seem to work.
I trained your model on Coco and Birds and got amazing Fid results. But near the end of the training session(450epoch for coco and 1350epoch for birds), the training crashes,...
Could you please share the script for data preprocess? I am not very sure the context in the .npz file and .pickle files. If I wanna train my own dataset,...
Thank you for sharing your excellent work! I'm curious as to why you chose to re-normalize the fake images in [this section](https://github.com/tobran/GALIP/blob/main/code/models/inception.py#L127-L131). Considering that Inception v3 requires input values within...
Thank you for sharing your excellent work. I haven't seen any training methods for CC3M and CC12M. Can you share them?