Yifan Zhang

Results 4 issues of Yifan Zhang

Hi, thanks for your great work. Could you please provide the config files for iNat18?

Hi, thanks for your great work! I found that you release several checkpoints, including CLIP ( "clip/image-enc": "https://openaipublic.blob.core.windows.net/diffusion/dec-2021/clip_image_enc.pt", "clip/text-enc": "https://openaipublic.blob.core.windows.net/diffusion/dec-2021/clip_text_enc.pt"). Are these checkpoints trained with noised images, or are they...

Hi, thanks for your great work. I have a question related to mask generation in "bpe.py". ![image](https://user-images.githubusercontent.com/26360112/172293783-83869f8b-3977-497c-b108-8bd257c564c9.png) As shown in the above figure, it seems that len(tokens) = text_ctx, and...

Hello, I appreciate the work on the Consistency Decoder. I've run into an issue with the model from the repository. It's hard-coded to use `torch.device("cuda:0")`, which is problematic for parallel...