Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Can-Zhao <[email protected]>
  • Loading branch information
Can-Zhao committed Dec 13, 2023
1 parent aea7312 commit 54bf0d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
}
},
"validate": {
"crop_transforms": [
"croppad_transforms": [
{
"_target_": "DivisiblePadd",
"keys": "image",
Expand All @@ -215,7 +215,7 @@
],
"preprocessing": {
"_target_": "Compose",
"transforms": "$@preprocessing_transforms + @validate#crop_transforms + @final_transforms"
"transforms": "$@preprocessing_transforms + @validate#croppad_transforms + @final_transforms"
},
"dataset": {
"_target_": "Dataset",
Expand Down

0 comments on commit 54bf0d2

Please sign in to comment.