Skip to content

Commit

Permalink
Fixed minor errors in DCGAN.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
bckenstler committed Aug 16, 2017
1 parent c1e38f2 commit 1f701b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deeplearning2/DCGAN.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
}
],
"source": [
"dl,gl = train(MLP_D, MLP_G, m, 4000)"
"dl,gl = train(MLP_D, MLP_G, MLP_m, 8000)"
]
},
{
Expand Down Expand Up @@ -568,7 +568,7 @@
}
],
"source": [
"dl,gl = train(CNN_D, CNN_G, CNN_m, 250)"
"dl,gl = train(CNN_D, CNN_G, CNN_m, 2500)"
]
},
{
Expand Down

0 comments on commit 1f701b9

Please sign in to comment.