Skip to content

Commit a85e055

Browse files
tensorflower-gardenercopybara-github
authored andcommittedMay 18, 2025·
Updates pix2pix.ipynb to load datasets from the proper extraction directory.
PiperOrigin-RevId: 760248423
1 parent 4a634a2 commit a85e055

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎site/en/tutorials/generative/pix2pix.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,9 @@
156156
"\n",
157157
"path_to_zip = pathlib.Path(path_to_zip)\n",
158158
"\n",
159-
"PATH = path_to_zip.parent/dataset_name"
159+
"extraction_dir = f'{dataset_name}_extracted/{dataset_name}'\n",
160+
"\n",
161+
"PATH = path_to_zip.parent/extraction_dir"
160162
]
161163
},
162164
{

0 commit comments

Comments
 (0)
Please sign in to comment.