Grahpormer Encoder task

#7
by feyhong44 - opened

Hi, May I ask you about graphomer encoder which is not classification of regression on graph-level task.
How can I implement code to perform graph-encoder model on hugging face?
Thank you in advance

Hi! You'll have to look at the code in this PR and adapt it for your use case - I believe you could reuse the encoder as is.

clefourrier changed discussion status to closed

Do graphormer model are capable to learn from complex node feature like atom 1: {single representation embedding from one hot encoding + embedded vocab(e.g. float64 with 64 dim)]?

I'm not sure about your specific use case, you will have to experiment :)

This comment has been hidden
This comment has been hidden

Hi , Should Hidden state of graphormer change every time?

Hi , Should Hidden state of graphormer change every time? Do encoder need to train first

Sign up or log in to comment