-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to Confirm the results? #104
Comments
Hey, how did you manage to train VanillaVAE model? Did you use google colab and can you write exact versions of all libraries used? I would be grateful for this as I didn't manage to even start the training process due to the errors. |
I didn't use the Colab library。 and all libraries: absl-py 2.1.0 in this env,you should change the config.yaml |
Thank you so much, it seems like its working but training process is taking too long unfortunately. Could you maybe provide me with the last checkpoint of your model (both decoder and encoder), so that I can load it? I would like to be able to encode some of my pictures and decode them, to see how does the reconstructed pictures look. This would be very helpful to me and I thank you in advance. Sorry for taking your time, but you already helped me a lot :) |
Uploading vaeckp.zip… |
If the file can't be uploaded, give me your e-mail address and I'll send it to you. |
Hello , I have trained a VanillaVAE model using your code. The reconstructions and samples look good.
But how can I compare the results between yours(in theREADME.md) and mine? Could you provide the testing data? Thanks!
The text was updated successfully, but these errors were encountered: