Skip to content

Update MNIST DCGAN notebook#4

Open
AAnirudh07 wants to merge 1 commit intoYangyangii:masterfrom
AAnirudh07:master
Open

Update MNIST DCGAN notebook#4
AAnirudh07 wants to merge 1 commit intoYangyangii:masterfrom
AAnirudh07:master

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.

1 participant