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. |
Beta Was this translation helpful? Give feedback.
-
Would it make a difference in terms of computational speed of the diagrams to use buffer_size in RipsLayer?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions