multimodal-vae-public
multimodal-vae-public copied to clipboard
Not getting similar results as reported in the paper
Code is not working for celeba. I am not able to obtain the results as reported in the paper. The image reconstruction and random sample generation both are of worse quality. Looks like model is not getting trained properly. Can you please provide correct running implementation.
I can confirm that the model does not converge for the MNIST datasets either. This is the training curve for basic MNIST, trained with the default parameters.
Code is not working for celeba. I am not able to obtain the results as reported in the paper. The image reconstruction and random sample generation both are of worse quality. Looks like model is not getting trained properly. Can you please provide correct running implementation.
Me too, did you try the code in the bugfix branch?
Code is not working for celeba. I am not able to obtain the results as reported in the paper. The image reconstruction and random sample generation both are of worse quality. Looks like model is not getting trained properly. Can you please provide correct running implementation.
Me too, did you try the code in the bugfix branch?
Yes, I have tried that. Its even worst, giving NaN in the first epoch itself.
Code is not working for celeba. I am not able to obtain the results as reported in the paper. The image reconstruction and random sample generation both are of worse quality. Looks like model is not getting trained properly. Can you please provide correct running implementation.
Me too, did you try the code in the bugfix branch?
Yes, I have tried that. Its even worst, giving NaN in the first epoch itself.
did you manage to figure out what is the problem? I also got NAN when running code in fix branch