Datasets:

ArXiv:
DOI:
License:
ProgramComputer commited on
Commit
e41f48d
·
1 Parent(s): 89fc3c7

Update VGGFace2.py

Browse files
Files changed (1) hide show
  1. VGGFace2.py +1 -3
VGGFace2.py CHANGED
@@ -121,9 +121,7 @@ class VGGFace2(datasets.GeneratorBasedBuilder):
121
  dict(
122
  (
123
  placeholder_key,
124
- dict(
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
  )