aidos-lab / pytorch-topological

A topological machine learning framework based on PyTorch
https://pytorch-topological.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
147 stars 21 forks source link

Permit arbitrary distance matrices for Vietoris–Rips complex #8

Closed Pseudomanifold closed 2 years ago

Pseudomanifold commented 2 years ago

The interface to ripser_parallel already supports that anyway so we can make our life easier here.

Pseudomanifold commented 2 years ago

Fixed now.