Skip to content

Commit ed077da

Browse files
committed
update GAN ch3
1 parent 97afd91 commit ed077da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

book/chapters/GAN/Ch3-GAN.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
"metadata": {},
7171
"outputs": [],
7272
"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"
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"
7676
]
7777
},
7878
{
@@ -156,7 +156,7 @@
156156
"metadata": {},
157157
"outputs": [],
158158
"source": [
159-
"root = 'C:/Users/a/OneDrive - 고려대학교/PseudoLab/GANdataset/victorian/'\n",
159+
"root = ''\n",
160160
"test_root = root + 'test/'\n",
161161
"\n",
162162
"img_height = 256\n",

0 commit comments

Comments
 (0)