PyTorch-VAE
PyTorch-VAE copied to clipboard
FileNotFoundError: [Errno 2] No such file or directory: 'Data/celeba/list_eval_partition.txt'
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.
https://drive.google.com/file/d/1m8-EBPgi5MRubrm6iQjafK2QMHDBMSfJ/view