-
Notifications
You must be signed in to change notification settings - Fork 81
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 can I train on my own data #3
Comments
I ask the same question as the @Radium98 |
Hi guys, thank you for your interest :)
|
Hi, do you train the model on your own data? I trained the model on the raw data of celeba_hq (firstly,using prepare_data.py to get data.mdb ),but when I reconstruction the image,I only get the noise. Do you have any suggestion? |
@zackzhao |
Hi @blandocs, thanks for the amazing work. Since I have the same question and this issue still open, I decided to drop the question here. What I wish to do with this repo is to do image reconstruction of my own image dataset, using the
I have no issue with dataset making. However, I got this kind of error when I using my own data.
So the question is, do I need to prepare the dataset folder exactly with same structure as CelebAHQ have? |
Hi, after trying to find out from I really liking the result but I believe it can be further improved. Because I can only generate an image of size 256x256 and not 1024x1024. Was that because I used the weights from I also have another question, since the output of your encoder is actually a feature map of size 64x8x8 (as mentioned in your paper), is it alright if I resize it back into one dimensional vector (of length 4096)? Will that affect the final result later? Because I need to do the a mathematical operation involving a one dimensional latent vector. |
Hi,authors,thank you for your great work. What should I do if I want to train your model on my own dataset? I think you are supposed to tell readers how to process their own data if they want to use it for training. Another question is why not release the model about LSUN Car & Church?I want to get the model to vertify the effect your model behaved on LSUN Car & Church.
The text was updated successfully, but these errors were encountered: