Does PL + DGL work?

Hi all, I had a good experience using pytorch lightning for another project. I wanted to know if someone has tried it with DGL (deep graph library), before i give it a try.

On top of that, do you guys think that PL mixed precision would work, or would I have to follow the specific directions here, compiling from source, etc: Chapter 8: Mixed Precision Training — DGL 0.6.1 documentation

Thanks in advance!

Apparently yes! :slight_smile:

https://github.com/dmlc/dgl/pull/2878