You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just run the run.py and this error occurred. I found it happened when "data.setup()"is executed. After cheeking the code in the function "setup()", I found that when " self.train_dataset = MyCelebA(
self.data_dir,
split='train
transform=train_transforms
download=False,
)"was run. I know little about MyCelebA. So I couldn't solve the problem I encountered. I would be very grateful if u have any solutions.
The text was updated successfully, but these errors were encountered:
I just run the run.py and this error occurred. I found it happened when "data.setup()"is executed. After cheeking the code in the function "setup()", I found that when " self.train_dataset = MyCelebA(
self.data_dir,
split='train
transform=train_transforms
download=False,
)"was run. I know little about MyCelebA. So I couldn't solve the problem I encountered. I would be very grateful if u have any solutions.
The text was updated successfully, but these errors were encountered: