TOGL icon indicating copy to clipboard operation
TOGL copied to clipboard

Topological Graph Neural Networks (ICLR 2022)

Results 3 TOGL issues
Sort by recently updated
recently updated
newest added

Hi, When running TopoGNN with `poetry run python topognn/train_model.py --model TopoGNN --dataset MUTAG --max_epochs 10`, the run fails with: `/pytorch/aten/src/THCUNN/ClassNLLCriterion.cu:108: cunn_ClassNLLCriterion_updateOutput_kernel: block: [0,0,0], thread: [0,0,0] Assertion `t >= 0 &&...

Hi there, Thank you for providing the codebase. I am currently testing without using Poetry to understand how the topology layer works. However, the following error occurs when importing the...

I want to import your topology layer to my own neural network called GDN. But when I try to use the operation of graph batch, the segmentation fault occurs. Please...