Skip to content
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

Training on all the digits at once #2

Open
udion opened this issue Jan 9, 2018 · 3 comments
Open

Training on all the digits at once #2

udion opened this issue Jan 9, 2018 · 3 comments

Comments

@udion
Copy link

udion commented Jan 9, 2018

Hi, While training on multiple images of MNIST I was not getting any reasonable output upon generation of images, however when I trained on a single digit (say 3) I was able to generate reasonable looking digits (like 3).

I tried increasing the iteration for training with multiple digits in dataset together, but still I am not getting reasonable outputs like yours, any suggestions?

@hwalsuklee
Copy link
Owner

Hi, from my experience, I suggest you to use deeper architectures.
Generated images are a bit sensitive to network architecture.

DCGAN like architecture would be good start point.

@udion
Copy link
Author

udion commented Jan 14, 2018

I have tried dcgan as well, but it also doesn't when dataset has mixture of all the digits. any suggestions?

@lerndeep
Copy link

@udion can you let me know how can I train network just one class and generate one class output?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants