certified
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user