pyt-team / TopoModelX

Topological Deep Learning
https://pyt-team.github.io/topomodelx/
MIT License
237 stars 83 forks source link

`SCConv` needs a full revision #253

Open gbg141 opened 1 year ago

gbg141 commented 1 year ago

Two important concerns about SCConv simplicial model:

mhajij commented 1 year ago

@gbg141 I have started point 1 above,

https://github.com/pyt-team/TopoNetX/pull/176

please take a look at that PR, and let me know if other normalization are needed. I am going to work on the suggestions in that PR in there today and if you have more suggestions let me know.

gbg141 commented 1 year ago

Really nice and practical addition to TopoNetX! For sure point 1 can be easily solved by making use of the implemented normalizations (in fact, compute_bunch_normalized_matrices precisely does the desired transformation, SCConv is the model defined in that very same paper).

No further suggestions from my side.