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

Update MNIST DCGAN notebook #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AAnirudh07
Copy link

Hello @Yangyangii!
Firstly, thank you for creating this super comprehensive notebook on GANs! I tried executing the DCGAN notebook for the MNIST dataset and noted that the outputs weren't getting saved to the samples directory since it didn't exist. I added the following line of code to fix this:
if not os.path.exists('samples'): os.makedirs('samples')

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

Successfully merging this pull request may close these issues.

None yet

1 participant