-
I have already created my own datasets und these were processed. But when I loaded the dataset like this |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Apr 8, 2022
Replies: 1 comment 1 reply
-
You should specify via @property
def processed_file_names(self) -> List[str]:
return [...] which file names should be found on disk inside |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
din9w
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should specify via
which file names should be found on disk inside
{root_dir}/processed
in order to skip processing. Let me know if this works!