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

Function get_default_args_graph_clf

tests/tasks/test_graph_classification.py:30–34  ·  view source on GitHub ↗
(dataset, model, dw="graph_classification_dw", mw="graph_classification_mw")

Source from the content-addressed store, hash-verified

28
29
30def get_default_args_graph_clf(dataset, model, dw="graph_classification_dw", mw="graph_classification_mw"):
31 args = get_default_args(dataset=dataset, model=model, dw=dw, mw=mw)
32 for key, value in default_dict.items():
33 args.__setattr__(key, value)
34 return args
35
36
37def add_diffpool_args(args):

Callers 6

test_gin_mutagFunction · 0.70
test_gin_imdb_binaryFunction · 0.70
test_gin_proteinsFunction · 0.70
test_sortpool_mutagFunction · 0.70
test_patchy_san_mutagFunction · 0.70

Calls 1

get_default_argsFunction · 0.90

Tested by

no test coverage detected