Commit 41973afa authored by mashun1's avatar mashun1
Browse files

Update faceshq.py

parent 01db7703
Pipeline #810 failed with stages
in 0 seconds
...@@ -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