We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97afd91 commit ed077daCopy full SHA for ed077da
1 file changed
book/chapters/GAN/Ch3-GAN.ipynb
@@ -70,9 +70,9 @@
70
"metadata": {},
71
"outputs": [],
72
"source": [
73
- "# !git clone https://github.com/Pseudo-Lab/Tutorial-Book-Utils\n",
74
- "# !python Tutorial-Book-Utils/PL_data_loader.py --data GAN-Colorization\n",
75
- "# !unzip -q Victorian400-GAN-colorization-data.zip"
+ "!git clone https://github.com/Pseudo-Lab/Tutorial-Book-Utils\n",
+ "!python Tutorial-Book-Utils/PL_data_loader.py --data GAN-Colorization\n",
+ "!unzip -q Victorian400-GAN-colorization-data.zip"
76
]
77
},
78
{
@@ -156,7 +156,7 @@
156
157
158
159
- "root = 'C:/Users/a/OneDrive - 고려대학교/PseudoLab/GANdataset/victorian/'\n",
+ "root = ''\n",
160
"test_root = root + 'test/'\n",
161
"\n",
162
"img_height = 256\n",
0 commit comments