-
Notifications
You must be signed in to change notification settings - Fork 323
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
Add DCGAN #401
Comments
I think the above example on pytorch is really very good implementation. It was made by authors of DCGAN papers, |
I added the implementation to the PR. Will add tests tomorrow. |
@akihironitta I added the tests. From my side, the PR would be ready for review :) |
Just a thought, the orignal paper uses LSUN bedroom dataset which might be nice to use and is available in torchvision ! |
Good point! I will add it to the PR. |
🚀 Feature
How about adding a DCGAN implementation to Bolts? In a private repo, I refactored the PyTorch example implementation (https://github.com/pytorch/examples/blob/master/dcgan/main.py) to PyTorch Lightning and I am happy to create a PR with it if you want.
Motivation
DCGAN can be used as a solid GAN baseline and therefore should be included in Bolts.
The text was updated successfully, but these errors were encountered: