certified

This commit is contained in:
2026-06-24 21:05:06 +02:00
parent 207fcae699
commit 3c6ee9e12d
10 changed files with 610 additions and 281 deletions

View File

@@ -9,10 +9,10 @@ class CelebA(Data):
def get_set(self):
set = datasets.CelebA(
root = "./data",
root = "../data",
split='all',
target_type='identity',
download=True,
download=False,
transform=None
)
# set the target first