MilesCranmer / symbolic_deep_learning

Code for "Discovering Symbolic Models from Deep Learning with Inductive Biases"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cleanup

tchaton opened this issue · comments

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