kpandey008 / DiffuseVAE

Official implementation of "DiffuseVAE: Efficient, Controllable and High-Fidelity Generation from Low-Dimensional Latents"
MIT License
332 stars 30 forks source link

noise conditional difussion training error #11

Closed vinodrajendran001 closed 1 year ago

vinodrajendran001 commented 2 years ago

For noise conditional difussion VAE, I am getting the below error.

"wrapper.py", line 65, in training_step
    cond, x = batch
ValueError: too many values to unpack (expected 2)
kpandey008 commented 1 year ago

Hi, sry for a delayed response. The manuscript has been updated considerably and we are no longer using noise conditional diffusion as of now (in support of DDIM) so this becomes moot. Closing this!