Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a85e055

Browse files
tensorflower-gardenercopybara-github
authored andcommitted
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)

AltStyle によって変換されたページ (->オリジナル) /