提交 9cbdc6ed 编写于 作者: D DesmonDay

remove unnecessary lines

上级 ae934a98
......@@ -15,7 +15,6 @@
import sys
import os
import random
from torch_geometric.datasets import TUDataset
import pgl
from pgl.utils.logger import log
from pgl.graph import Graph, MultiGraph
......
......@@ -194,7 +194,3 @@ if __name__ == "__main__":
args.num_classes = dataset.num_classes
args.num_features = dataset.num_features
random_seed_20(args, dataset)
......@@ -25,7 +25,6 @@ from pgl.utils.logger import log
from layers import sag_pool
from conv import norm_gcn
class GlobalModel(object):
"""Implementation of global pooling architecture with SAGPool.
"""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册