Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@luisfpereira
Copy link
Collaborator

This PR refactors DiscreteSurfaces, in particular the operations that are required to compute path energy (i.e. all the methods inner product calls).

Vectorization is fully fixed. Performance is hugely increased. Correctness of inner product computation was verified against original code (https://github.com//emmanuel-hartman/H2_SurfaceMatch).

Next steps consist on improving exp and log solvers. #1957 already starts this (for the log). (NB: this PR does not address them at all, meaning they're still slow.)

@codecov
Copy link

codecov bot commented Feb 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c705fce) 91.63% compared to head (0fe220a) 85.55%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1958      +/-   ##
==========================================
- Coverage   91.63%   85.55%   -6.08%     
==========================================
  Files         150      140      -10     
  Lines       13599    13351     -248     
==========================================
- Hits        12460    11421    -1039     
- Misses       1139     1930     +791     
Flag Coverage Δ
autograd ?
numpy ?
pytorch 85.55% <100.00%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@luisfpereira luisfpereira merged commit 0995647 into geomstats:main Feb 15, 2024
@luisfpereira luisfpereira deleted the discrete-surfaces branch February 15, 2024 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant