stsavian
stsavian
@nicolai256 did you manage to run these experiments? Could you report the results and memory requirement? That would help me, Thanks
Interesting, I opened a similar issue for the following repository https://github.com/cloneofsimo/minDiffusion/issues/4
I am also facing a similar problem!
Hello, I have found that by predicting the target (x_o), instead of the noise (epsilon), the phenomenon is dramatically reduced. Have you tried to set predict_x_start to true? Looking forward...
Thanks for replicating the results, I am also having troubles with this.
Thanks @choROPeNt for your answer! Actually my question was for the sampling stage, At the beginning I thought that we needed to provide the labels solely during training, and that...