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

About classification.py this repo #33

Closed good-demo closed 1 year ago

good-demo commented 1 year ago

In classification.py can I use Alpha complex or Cubical complex replace Vietoris--Rips complex?

Pseudomanifold commented 1 year ago

Yes, sure.

good-demo commented 1 year ago

Thanks for your reply, but when I used it will report an error munmap_chunk(): invalid pointer train.sh: line 13: 2356825 Aborted (core dumped) python main.py Vietoris--Rips complex without this error

Pseudomanifold commented 1 year ago

Please add trace information from Python to track this issue, I don't know where this error is coming from.