aidos-lab / pytorch-topological

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

About nn.graphs.TOGL #37

Closed good-demo closed 1 month ago

good-demo commented 1 month ago

Thanks for your good work. As you said, it is not as powerful and feature-complete as the original implementation. Can I consider it as GFL (Graph Filtration Learning) if I set n'filtrations to 1 and place it on the last layer of GNN

Pseudomanifold commented 1 month ago

Yes, that's correct.