Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about custom PyG and PyKeen models #46

Open
Alvaro-Ciudad opened this issue Jul 3, 2023 · 3 comments
Open

Question about custom PyG and PyKeen models #46

Alvaro-Ciudad opened this issue Jul 3, 2023 · 3 comments

Comments

@Alvaro-Ciudad
Copy link

First of all, congratulations on a great library. I just happen to have some questions surrounding the use of custom models alongside your preprocessing module.
I have a use case that might benefit from the flexibility of implementing custom models in PyG or PyKeen, or using already implemented models for which grape might not have support already. I ve seem that embiggen has some implemented wrappers, and I wonder if you could direct me to an example of how to use those PyG and PyKeen wrappers to implement custom models.
I also think this could be a really cool tutorial to have in your documentation, and I would be ok with contributing to adding support to more PyKeen models if desired :)
Thanks

@Alvaro-Ciudad
Copy link
Author

Oh, ignore the pykeen part, I just found the wrappers for the pykeen library. Still interested in PyG, for the more complex GNNs and cuda support tho :)

@LucaCappelletti94
Copy link
Member

Hi @Alvaro-Ciudad! I still have to make that tutorial, I'll work on it later this week. The TLDR of it is to implement the abstract interface for the task that you want to make the model for.

@Alvaro-Ciudad
Copy link
Author

Great, thanks for your quick answer :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants