simonzhang00 / ripser-plusplus

Ripser++: GPU-accelerated computation of Vietoris–Rips persistence barcodes
MIT License
98 stars 14 forks source link

How to batch processing? #17

Open hawkinglai opened 4 months ago

hawkinglai commented 4 months ago

Many thanks for your contributions,

I have used your libs, but I found that the tool only could process point cloud or matrix with the shape of [N, D]

I want plug the tool into the Giotto-TDA or Pytorch to process the data with the shape of [B, N, D]

How can I do it above? or, Will you do further programming?

Again, thanks for your contributions.