Datasets:

ArXiv:
DOI:
License:
ProgramComputer commited on
Commit
30467d3
·
1 Parent(s): 63632a6

Update VGGFace2.py

Browse files
Files changed (1) hide show
  1. VGGFace2.py +1 -1
VGGFace2.py CHANGED
@@ -168,5 +168,5 @@ class VGGFace2(datasets.GeneratorBasedBuilder):
168
  "image": {"path": file_path, "bytes": file_obj.read()},
169
  "label": label,
170
  }
171
- key+= 1
172
 
 
168
  "image": {"path": file_path, "bytes": file_obj.read()},
169
  "label": label,
170
  }
171
+ key+= 1
172