openai / glide-text2im

GLIDE: a diffusion-based text-conditional image synthesis model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Training Code

AminRezaei0x443 opened this issue · comments

Really Great Work!
I wonder if you'll make training scripts available or not. If yes, are there any plans about when you'll make it available?
Thanks

We currently do not plan to make the training scripts available, although you can base training off of the implementation in guided-diffusion. The main part that is changed is data loading, which you will need to setup yourself with your own text-image dataset. We currently don't plan to release our dataset or data loader for this project.

That's fine and your right as the intellectual property creators, but if you're not going to be open, don't call yourselves "Open."

We currently do not plan to make the training scripts available, although you can base training off of the implementation in guided-diffusion. The main part that is changed is data loading, which you will need to setup yourself with your own text-image dataset. We currently don't plan to release our dataset or data loader for this project.

Hey @unixpickle,

Are the data loading strategies well defined in paper so that I might be able to reproduce it?

Best,
Rakesh

We currently do not plan to make the training scripts available, although you can base training off of the implementation in guided-diffusion. The main part that is changed is data loading, which you will need to setup yourself with your own text-image dataset. We currently don't plan to release our dataset or data loader for this project.

May I ask for the training code for inpainting? Or can you provide me some hints for implementing a training script for inpainting?