Register own Transform in GraphGym #10162
Unanswered
IskaNeumann
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have written my own LinkSplit(BaseTransform) class and would like to use it in GraphGym. I have seen that there is already a folder transform for custom transformations in custom_graphgym. However, in torch_geometric\graphgym\register.py, the register function register_transform and the transform_dict do not exist, which means I cannot use my own LinkSplit. Are there any plans to add this? Or is there another way to use custom transforms?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions