NSAPH-Projects / topological-equivariant-networks

E(n)-Equivariant Topological Neural Networks
MIT License
19 stars 0 forks source link

Add an option to compute invariants with low memory using scatter add indexing #58

Closed mauriciogtec closed 2 months ago

mauriciogtec commented 3 months ago

Following how invariants are computed in the spatial task using scatter add indexing, which is required for large graphs such as the spatial task, this issue should introduce an option to compute the invariants without the need for the padded distance matrix used for qm9. Additionally, it would be useful to benchmark the difference in speed per training epoch using each method for invariant computation.

mauriciogtec commented 2 months ago

Solved in #82