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
I really like how you are using jax to generate the data and PyTorch Geometric for the model.
I think you could have made your code even cleaner if you used PyTorch Lightning.
We worked with Matthias Fey to better support PyTorch Geometric and working DGL team right now for the same purpose.
Dear @MilesCranmer,
Awesome work with this repo.
I really like how you are using jax to generate the data and PyTorch Geometric for the model.
I think you could have made your code even cleaner if you used PyTorch Lightning.
We worked with Matthias Fey to better support PyTorch Geometric and working DGL team right now for the same purpose.
Find examples there: https://github.com/rusty1s/pytorch_geometric/blob/master/examples/pytorch_lightning/graph_sage.py#L72
Best,
T.C
The text was updated successfully, but these errors were encountered: