-
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
Problems when using custom dataset #83
Comments
Any solution about this? |
May I ask if you have resolved it? I have also encountered the same problem. Can you communicate with me |
Hi @denisb411 , Hi all! @kuailexiaohunzi Maybe you should open a dedicated issue with details on what issues you encoutered :) P.S: Seeing the last updates on this repo, I sadly think it is not maintained anymore :( |
My current problem is that I want to use VAE to test on my own dataset, but the results are not satisfactory. The image below is my reconstructed image. |
I am sorry but could you be more precise? The best way would be to open a dedicated Issue, as your problems may not be the same as @denisb411 . |
I have opened a special question and I hope to receive your help. If you need to provide any information, please feel free to contact me. Thank you |
I have also modified these parameters before, but they did not solve my problem. Thank you for your reply |
Hello,
I tried to code a custom dataset class for training but the images generated on samples and reconstruction are all messed.
To code the dataset class I was inspired by the Oxford Pets dataset class that was commented on
dataset.py
file, and it's looking like that:The samples generated:
The reconstruction:
In order to debug, I used the following code, and it seems that the images are fine:
Can someone give me a light about what I am missing?
The text was updated successfully, but these errors were encountered: