Pytorch3d + pytorch lightning

Hi,

this might sound like a dumb question,
but does pytorch3d work with pytorch lightning?

Thanks!

hey @mshooter, Lightning Trainer (PyTorch Lightning) is based on top of PyTorch. Since the PyTorch3D library uses PyTorch, it should work with PyTorch Lightning.

1 Like