Skip to content

Commit df02a95

Browse files
committed
reformat
1 parent 8f33efd commit df02a95

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

prep_data/image_data_guide/pytorch_preprocess_and_train.ipynb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,8 @@
10261026
"\n",
10271027
"for s in splits:\n",
10281028
" data_s3_uri = s3_uploader.upload(\n",
1029-
" local_path=(resized_path / s).as_posix(), desired_s3_uri=f\"s3://{bucket_name}/{prefix}/data/{s}\"\n",
1029+
" local_path=(resized_path / s).as_posix(),\n",
1030+
" desired_s3_uri=f\"s3://{bucket_name}/{prefix}/data/{s}\",\n",
10301031
" )"
10311032
]
10321033
},
@@ -1284,7 +1285,10 @@
12841285
"metadata": {},
12851286
"outputs": [],
12861287
"source": [
1287-
"data_channels = {\"train\": f\"s3://{bucket_name}/{prefix}/data/train\", \"val\": f\"s3://{bucket_name}/{prefix}/data/val\"}"
1288+
"data_channels = {\n",
1289+
" \"train\": f\"s3://{bucket_name}/{prefix}/data/train\",\n",
1290+
" \"val\": f\"s3://{bucket_name}/{prefix}/data/val\",\n",
1291+
"}"
12881292
]
12891293
},
12901294
{

0 commit comments

Comments
 (0)