-
Notifications
You must be signed in to change notification settings - Fork 413
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
Dataset for Training #1
Comments
Couple questions, divamgupta. Which version of keras did you try it on? Did you try changing anything to get it to work, or did you run the model as is? I am having some trouble training as well. Thanks |
You might need to closer match DCGAN's original setup - feeding the samples and data as separate minibatches to the discriminator is important. See the line here and just before https://github.com/Newmu/dcgan_code/blob/master/faces/train_uncond_dcgan.py#L138 |
Dear @jacobgil Thanks for sharing and nice implementation, Thanks in advance! |
@MinaRe The images should be in any format that can be read with opencv - i.e .jpg, .png, .pgm etc. |
@MinaRe And then set X_train to be these images. |
I trained the model on various datasets having more then 20k images, but even after several epochs i'm not getting the desired results.
Can I know the dataset on which this model has been trained and tested?
Thank You
The text was updated successfully, but these errors were encountered: