AntixK / PyTorch-VAE

A Collection of Variational Autoencoders (VAE) in PyTorch.
Apache License 2.0
6.44k stars 1.05k forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'Data/celeba/list_eval_partition.txt' #75

Open nutsintheshell opened 1 year ago

nutsintheshell commented 1 year ago

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.

HuichiZhou commented 1 year ago

https://drive.google.com/file/d/1m8-EBPgi5MRubrm6iQjafK2QMHDBMSfJ/view