QUVA-Lab / e2cnn

E(2)-Equivariant CNNs Library for Pytorch
https://quva-lab.github.io/e2cnn/
Other
596 stars 75 forks source link

[WIP] Equivariant partial differential operators #40

Closed ejnnr closed 3 years ago

ejnnr commented 3 years ago

This PR implements equivariant partial differential operators (PDOs). A few finishing touches are still missing, so please don't merge yet; I just thought it would be useful to already have a place to collect TODOs, comments, etc.

Backward compatibility: All interfaces that will typically be used by end-users are fully backward compatible. Code that relies on the internals of the basis expansion modules might be affected, though I think even that is unlikely.

Work that is definitely needed before merging:

Other potential changes (to be discussed):

ejnnr commented 3 years ago

Closing in favor of #41 because I wanted to change the source branch. Sorry for the noise