RipsLayer
#965
Replies: 1 comment 3 replies
|
I am not very familiar with tensorflow (@MathieuCarriere handles that), but I doubt it would make a difference, what takes time is really the C++ code to construct a Rips complex and compute its persistent homology on the CPU. The current plan to improve performance is
It would still likely be the bottleneck of whatever network it is included in, but it should gain quite a bit. However neither will be for the next release. Out of curiosity, in what ambient dimension are you using RipsLayer? We also have plans at some point to add a CechLayer (actually using alpha-complex or Delaunay-Cech), which would be faster if the ambient dimension is low. That's for even further in the future though. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Would it make a difference in terms of computational speed of the diagrams to use buffer_size in RipsLayer?
Thanks.
All reactions