AttributeError: 'DDPMScheduler' object has no attribute 'get_z0'
Closed this issue · 6 comments
ziyizhetutanota commented
DDPM has no funtion get_z0, it seem to chnage the source codes
CSRuiXie commented
You can replace the original 'scheduling_ddpm.py' file with this, then it should work.
ziyizhetutanota commented
thank you.
Another question, I'd like to ask that your discriminator was trained from scrach or iused a pre-trained model
CSRuiXie commented
We train the discriminator from scrach.
ziyizhetutanota commented
Thank you. Can you provide your pretrained discriminator ? I want to finetune my model.
CSRuiXie commented
We haven't saved the parameters of the discriminator model, so we can't provide the pre-trained discriminator. Sorry about that.
ziyizhetutanota commented
OK,thank you anyway