Skip to content

Commit 96b9cb9

Browse files
authored
Update vanilla_gan.ipynb
1 parent d0d6438 commit 96b9cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SP21/GAN/vanilla_gan.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"metadata": {},
132132
"outputs": [],
133133
"source": [
134-
"def train(generator, discriminator, generator_optim: torch.optim, discriminator_optim: torch.optim, epochs=10):\n",
134+
"def train(generator, discriminator, generator_optim: torch.optim, discriminator_optim: torch.optim, epochs=100):\n",
135135
" adversarial_loss = torch.nn.BCELoss()\n",
136136
" \n",
137137
" for epoch in range(1, epochs+1):\n",

0 commit comments

Comments
 (0)