Skip to content
Discussion options

You must be logged in to vote

Thanks for the issue. Python will output this error because there is an error raised when accessing processed_file_names. In particular, because self.remove_outliers is not yet defined since processed_file_names is called in super().__init__().

This fixes it:

        self.remove_outliers = remove_outliers
        super().__init__(root, transform, pre_transform, pre_filter)
        self.load(self.processed_paths[0])

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by NiklasKappel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants