SubGNN icon indicating copy to clipboard operation
SubGNN copied to clipboard

Subgraph Neural Networks (NeurIPS 2020)

Results 14 SubGNN issues
Sort by recently updated
recently updated
newest added

Minor issue. Some IDEs are sensitive to the indent for comment syntax. Extra indent needs to be removed from here: https://github.com/mims-harvard/SubGNN/blob/eae0848b823cade135428b0ac264b7caa31862a1/SubGNN/train.py#L278

Hi @EmilyAlsentzer , I want to know if the code can be run with multiple GPUs. I change the parameter of trainer in train_config.py. ![1](https://user-images.githubusercontent.com/75319189/104708182-52a1b500-5758-11eb-9e7d-25e2903067d9.png) But there was something wrong...

I'm trying to create a new conda env using the SubGNN.yml file but I get a ResolvePackageNotFound error for the following two packages: - torchvision==0.5.0=py37_cu101 - pytorch==1.4.0=py3.7_cuda10.1.243_cudnn7.6.3_0 How do I...

Hi, In the paper "**Subgraph Neural Networks**", it is said that the micro-F1 score for each dataset is the average of 10 runs with random seeds. I was wondering if...