Commit f56ae884 authored by mashun1's avatar mashun1
Browse files
parents 031cd626 41973afa
...@@ -137,8 +137,8 @@ class FacesHQValidation(Dataset): ...@@ -137,8 +137,8 @@ class FacesHQValidation(Dataset):
additional_targets={"coord": "image"}) additional_targets={"coord": "image"})
def __len__(self): def __len__(self):
# return len(self.data) return len(self.data)
return 1000 # return 1000
def __getitem__(self, i): def __getitem__(self, i):
ex, y = self.data[i] ex, y = self.data[i]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment