lightaime/deep_gcns_torchPublic NotificationsYou must be signed in to change notification settings Fork156 Star1.1k master 1Branch0Tags Code README MIT license DeepGCNs: Can GCNs Go as Deep as CNNs? In this work, we present new ways to successfully train very deep GCNs. We borrow concepts...
self.gcns = torch.nn.ModuleList() self.last_norm = norm_layer(norm, hidden_channels) @@ -69,6 +47,7 @@ def __init__(self, args): aggr=aggr, t=t, learn_t=self.learn_t, p=p, learn_p=self.learn_p, y=y, learn_y=self.learn_y, msg_norm=self.msg_norm, learn_msg_scale...
Pytorch Repo for DeepGCNs (ICCV'2019 Oral, TPAMI'2021), DeeperGCN (arXiv'2020) and GNN1000(ICML'2021): https://www.deepgcns.org - Delete deepgcn.yml · lightaime/deep_gcns_torch@253e07b