pyt-team / TopoModelX

Topological Deep Learning
MIT License
219 stars 79 forks source link

Review nn/cell and nn/combinatorial models #240

Open levtelyatnikov opened 11 months ago

levtelyatnikov commented 11 months ago

Review the model implementations and make sure they converge properly on real-world datasets.

nn/cell:

nn/combinatorial

gbg141 commented 6 months ago

Working on decoupling the readout from cell/combinatorial models, similarly to what was done for simplicial and hypergraph architectures (PRs #250 and #249, respectively).