You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I finally got a reasonable result. I choose VAE checkpoint with epoch=1599 as final VAE training result. The results are as follows:
I visualize results with epochs larger than 1599 and find that the reconstruction results seem to get worse.
Then I start to train prior with clip feature following train_prior_clip.sh and I get an error. I debug the code and find that it is caused by ddpm.num_steps=1. I want to know is there any problem if I set ddpm.num_steps to 1000?
Looking forward to your reply.
The text was updated successfully, but these errors were encountered:
Nice! This vae results look reasonable to me.
Setting to 1000 should be ok. You can set it as a relatively smaller number (like 500 or so) in training to save some eval time in training.
Let me know if it doesn't work ;)
Hey,
Sorry to disturb you again. @ZENGXH
I finally got a reasonable result. I choose VAE checkpoint with epoch=1599 as final VAE training result. The results are as follows:
I visualize results with epochs larger than 1599 and find that the reconstruction results seem to get worse.
Then I start to train prior with clip feature following train_prior_clip.sh and I get an error. I debug the code and find that it is caused by ddpm.num_steps=1. I want to know is there any problem if I set ddpm.num_steps to 1000?
Looking forward to your reply.
The text was updated successfully, but these errors were encountered: