rusty1s / pytorch_sparse

PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations
MIT License
1.01k stars 147 forks source link

Citing package? #230

Closed anandtrex closed 2 years ago

anandtrex commented 2 years ago

Please add a way to cite the package, so that a person can quickly see which papers use this package. AFAIK Github provides a built-in feature to enable citations by just adding a CITATION.cff file: https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files Thanks!

rusty1s commented 2 years ago

Please cite PyTorch Geometric when using this package.

anandtrex commented 2 years ago

Might want to put that up on the readme file too.