Lev Telyatnikov

Results 5 issues of Lev Telyatnikov

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...

Some TopoModelX models do not have normalization of outputs, which results in an inability to stack multiple layers. For example, now we use external implementation of cwn, can be found...

bug
help wanted