When I am trying to training a GAN model by myself. I met the following issue:
Total filenames: 11788 001.Black_footed_Albatross/Black_Footed_Albatross_0046_18.jpg
Traceback (most recent call last):
File "misc/preprocess_birds.py", line 101, in
convert_birds_dataset_pickle(BIRD_DIR)
File "misc/preprocess_birds.py", line 91, in convert_birds_dataset_pickle
train_filenames = load_filenames(train_dir)
File "misc/preprocess_birds.py", line 27, in load_filenames
with open(filepath, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'Data/birds/train/filenames.pickle'
Where Can I find or generate the file 'Data/birds/train/filenames.pickle'?
When I am trying to training a GAN model by myself. I met the following issue:
Total filenames: 11788 001.Black_footed_Albatross/Black_Footed_Albatross_0046_18.jpg Traceback (most recent call last): File "misc/preprocess_birds.py", line 101, in
convert_birds_dataset_pickle(BIRD_DIR)
File "misc/preprocess_birds.py", line 91, in convert_birds_dataset_pickle
train_filenames = load_filenames(train_dir)
File "misc/preprocess_birds.py", line 27, in load_filenames
with open(filepath, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'Data/birds/train/filenames.pickle'
Where Can I find or generate the file 'Data/birds/train/filenames.pickle'?