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