8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a634a2 commit a85e055Copy full SHA for a85e055
site/en/tutorials/generative/pix2pix.ipynb
@@ -156,7 +156,9 @@
156
"\n",
157
"path_to_zip = pathlib.Path(path_to_zip)\n",
158
159
- "PATH = path_to_zip.parent/dataset_name"
+ "extraction_dir = f'{dataset_name}_extracted/{dataset_name}'\n",
160
+ "\n",
161
+ "PATH = path_to_zip.parent/extraction_dir"
162
]
163
},
164
{
0 commit comments