MCPcopy
hub / github.com/THUDM/CogDL / add_gin_args

Function add_gin_args

tests/tasks/test_graph_classification.py:49–57  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

47
48
49def add_gin_args(args):
50 args.epsilon = 0.0
51 args.hidden_size = 32
52 args.num_layers = 5
53 args.num_mlp_layers = 2
54 args.train_epsilon = True
55 args.pooling = "sum"
56 args.batch_size = 128
57 return args
58
59
60def add_sortpool_args(args):

Callers 3

test_gin_mutagFunction · 0.85
test_gin_imdb_binaryFunction · 0.85
test_gin_proteinsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected