You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi @acbull
thanks for your excellent work!!!
I want to known how to fine-tuning the GPT-GNN on my established graph?
is there any examples or guide files?
The text was updated successfully, but these errors were encountered:
Hi:
I think I've shown both a heterogeneous graph example (OAG) and a
homogeneous graph example (Reddit). You can simply follow the similar
paradigm of prepreocess_*.py to parse your graph into our data formula, and
then just run pretrain_*.py over that graph. Obviously, if you want to
merge our code into your own system, maybe you can rewrite the data
structure, but everything else is similar.
hi @acbull
thanks for your excellent work!!!
I want to known how to fine-tuning the GPT-GNN on my established graph?
is there any examples or guide files?
The text was updated successfully, but these errors were encountered: