How to use functional transforms? #7335
Answered
by
rusty1s
plutonium-239
asked this question in
Q&A
-
I have seen that all transforms have a "functional name" (for ex., T.random_node_split(...) # TypeError: 'module' object is not callable I also tried accessing I have looked around but found no questions/docs on this |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
May 10, 2023
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
plutonium-239
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
functional_name
can be used for DataPipe support in PyG. You can find an example here.