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