levtelyatnikov

Results 4 issues of levtelyatnikov

Hello, I have tried all scripts and everywhere I have the same issue. Traceback (most recent call last): File "train.py", line 272, in main() File "train.py", line 268, in main...

First question: Can you please provide with the code to produce the hypergraph dataset from the original graph data? Second question: what are the train/test split sizes?

Review the model implementations and make sure they converge properly on real-world datasets. nn/cell: - [x] CAN - [x] CCXN - [x] CWN nn/combinatorial - [x] HMC

Examine the models to determine whether it was necessary to avoid using primitives from topomodelx.base.conv. If it turns out that avoiding them was not justified, update the models by incorporating...