glide-finetune
glide-finetune copied to clipboard
Finetune glide-text2im from openai on your own data.
hi,when i finetune upsample it happens! what should i do? 
I was training my model and I noticed that after just the first iteration I was running into nan values. As it turns out my gradients and input values/images were...
# Problem In half precision, after the first iteration nan values start appearing regardless of input data or gradients since the adam optimizer breaks in float16. The discussion for that...
Hi, thanks for your job. I noticed to finetune the glide, we should have a base_model, namely "resume_ckpt". --resume_ckpt 'ckpt_to_resume_from.pt' \ Where can we get this model? Because I find...