Datasets:
ArXiv:
DOI:
License:
Commit
·
89fc3c7
1
Parent(s):
c4aabc3
Update VGGFace2.py
Browse files- VGGFace2.py +1 -2
VGGFace2.py
CHANGED
@@ -122,8 +122,7 @@ class VGGFace2(datasets.GeneratorBasedBuilder):
|
|
122 |
(
|
123 |
placeholder_key,
|
124 |
dict(
|
125 |
-
(target, _URLS[
|
126 |
-
for target in targets
|
127 |
),
|
128 |
)
|
129 |
for placeholder_key in ("train", "test")
|
|
|
122 |
(
|
123 |
placeholder_key,
|
124 |
dict(
|
125 |
+
(target, _URLS[placeholder_key])
|
|
|
126 |
),
|
127 |
)
|
128 |
for placeholder_key in ("train", "test")
|