Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
c4c28dff
Unverified
Commit
c4c28dff
authored
Sep 26, 2022
by
Philip Meier
Committed by
GitHub
Sep 26, 2022
Browse files
swap MD5 checksums of PCAM val and test split (#6644)
parent
7046e56f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
torchvision/datasets/pcam.py
torchvision/datasets/pcam.py
+4
-4
No files found.
torchvision/datasets/pcam.py
View file @
c4c28dff
...
@@ -44,24 +44,24 @@ class PCAM(VisionDataset):
...
@@ -44,24 +44,24 @@ class PCAM(VisionDataset):
"images"
:
(
"images"
:
(
"camelyonpatch_level_2_split_test_x.h5"
,
"camelyonpatch_level_2_split_test_x.h5"
,
"1qV65ZqZvWzuIVthK8eVDhIwrbnsJdbg_"
,
"1qV65ZqZvWzuIVthK8eVDhIwrbnsJdbg_"
,
"d
5b63470df7cfa627aeec8b9dc0c06
6e"
,
"d
8c2d60d490dbd479f8199bdfa0cf
6e
c
"
,
),
),
"targets"
:
(
"targets"
:
(
"camelyonpatch_level_2_split_test_y.h5"
,
"camelyonpatch_level_2_split_test_y.h5"
,
"17BHrSrwWKjYsOgTMmoqrIjDy6Fa2o_gP"
,
"17BHrSrwWKjYsOgTMmoqrIjDy6Fa2o_gP"
,
"
2b85f58b927af9964a4c15b8f7e8f179
"
,
"
60a7035772fbdb7f34eb86d4420cf66a
"
,
),
),
},
},
"val"
:
{
"val"
:
{
"images"
:
(
"images"
:
(
"camelyonpatch_level_2_split_valid_x.h5"
,
"camelyonpatch_level_2_split_valid_x.h5"
,
"1hgshYGWK8V-eGRy8LToWJJgDU_rXWVJ3"
,
"1hgshYGWK8V-eGRy8LToWJJgDU_rXWVJ3"
,
"d
8c2d60d490dbd479f8199bdfa0cf
6e
c
"
,
"d
5b63470df7cfa627aeec8b9dc0c06
6e"
,
),
),
"targets"
:
(
"targets"
:
(
"camelyonpatch_level_2_split_valid_y.h5"
,
"camelyonpatch_level_2_split_valid_y.h5"
,
"1bH8ZRbhSVAhScTS0p9-ZzGnX91cHT3uO"
,
"1bH8ZRbhSVAhScTS0p9-ZzGnX91cHT3uO"
,
"
60a7035772fbdb7f34eb86d4420cf66a
"
,
"
2b85f58b927af9964a4c15b8f7e8f179
"
,
),
),
},
},
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment