Skip to content
Discussion options

You must be logged in to vote

Did you mean that?

class ImbCircuitDataset(InMemoryDataset):
    def __init__(self, root, split, transform=None, pre_transform=None,
                 pre_filter=None):
        super().__init__(root, transform, pre_transform, pre_filter)
        self.split = split
        self.data, self.slices = torch.load(self.processed_paths[0])

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@anthonysirico
Comment options

@EdisonLeeeee
Comment options

@anthonysirico
Comment options

Answer selected by anthonysirico
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