Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homework04/homework-part1-gan.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"\n",
"generator = nn.Sequential()\n",
"\n",
"## YOUR CODE - create architecture for discriminator\n",
"## YOUR CODE - create architecture for generator\n",
"## Note: please start simple. You can start with the layers below, but you are more than welcome to change it\n",
"\n",
"generator.add_module('linear1', nn.Linear(CODE_SIZE, 10*8*8))\n",
Expand Down