Skip to content

Commit 39b48b1

Browse files
committed
video links
1 parent 41df731 commit 39b48b1

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

recitation-10/Pytorch GANs.ipynb

+17-11
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@
107107
"cell_type": "markdown",
108108
"metadata": {},
109109
"source": [
110-
"# Wasserstein GAN with Gradient Penalty"
110+
"# Wasserstein GAN with Gradient Penalty\n",
111+
"\n",
112+
"Here we see an improvement on traditional GAN that we discussed in lecture."
111113
]
112114
},
113115
{
@@ -130,7 +132,9 @@
130132
"cell_type": "markdown",
131133
"metadata": {},
132134
"source": [
133-
"# WGAN-GP on CIFAR10"
135+
"# WGAN-GP on CIFAR10\n",
136+
"\n",
137+
"For a slightly more complicated dataset, this example uses CIFAR10."
134138
]
135139
},
136140
{
@@ -143,17 +147,19 @@
143147
]
144148
},
145149
{
146-
"cell_type": "code",
147-
"execution_count": null,
150+
"cell_type": "markdown",
148151
"metadata": {},
149-
"outputs": [],
150-
"source": []
152+
"source": [
153+
"https://youtu.be/dAe-UcOfywE"
154+
]
151155
},
152156
{
153157
"cell_type": "markdown",
154158
"metadata": {},
155159
"source": [
156-
"# Conditional WGAN-GP on MNIST"
160+
"# Conditional WGAN-GP on MNIST\n",
161+
"\n",
162+
"Here use use a conditional GAN to learn each digit."
157163
]
158164
},
159165
{
@@ -166,11 +172,11 @@
166172
]
167173
},
168174
{
169-
"cell_type": "code",
170-
"execution_count": null,
175+
"cell_type": "markdown",
171176
"metadata": {},
172-
"outputs": [],
173-
"source": []
177+
"source": [
178+
"https://youtu.be/_wuRRwujeHc"
179+
]
174180
}
175181
],
176182
"metadata": {

0 commit comments

Comments
 (0)