-
Functions such as len, download, process, etc. on dataset.py are written as "raise NotImplementedError". |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Sep 21, 2021
Replies: 1 comment 1 reply
-
This means that those are the functions that need to be overridden for creating your own PyG datasets. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nyongja
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This means that those are the functions that need to be overridden for creating your own PyG datasets.