thanard / causal-infogan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dataset has problematic files

skasewa opened this issue · comments

Hi,

The dataset

rope_full.tar.gz

has three files that prevent the script from running:

imgs_skipped_10.pkl
imgs_skipped_5.pkl
imgs_skipped_1.pkl

They have some paths hardcoded to your computer, and thus the program crashes. Deleting them seems to work. Are these files essential? If so, consider modifying the code such that it does not use the paths given in these files to look for other files in the dataset.

Thank you so much, @skasewa, for the feedback. The issue is now fixed.