Skip to content

Jai2500/lieconv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

LieConv

A simple implementation of the LieConv (arXiv) module in PyTorch Geometric. This only provides the Module in PyTorch Geometric with connectors left for the original code to provide a specific implementation of lifting process.

Requirements

  1. PyTorch
  2. PyTorch Geometric
  3. LieConv Lifting Procedure Github

Please cite this repository if you wish to use this implementation in your research work.

@misc{LieConv_PyG,
  author = {Jai Bardhan},
  title = {LieConv},
  year = {2021},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/Jai2500/lieconv}},
  commit = {bc11dcec9e25580e83c35ca05358321c110b7730}
}

About

A simple implementation of the LieConv modules in PyTorch Geometric

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages