What files are included in the CelebA-HQ and Multi-modal CelebA-HQ data sets?
I have this problem:
File "/root/autodl-tmp/SEA-T2F-main/code/datasets.py", line 236, in load_filenames
item = file.split('/')[3].split('\n')[0]
IndexError: list index out of range
How can I solve this problem?
Thank you!
What files are included in the CelebA-HQ and Multi-modal CelebA-HQ data sets? I have this problem: File "/root/autodl-tmp/SEA-T2F-main/code/datasets.py", line 236, in load_filenames item = file.split('/')[3].split('\n')[0] IndexError: list index out of range How can I solve this problem? Thank you!