opengt.config

opengt.config.defaults_config.overwrite_defaults_cfg(cfg)[source]

Overwrite the default config values that are first set by GraphGym in torch_geometric.graphgym.config.set_cfg

WARNING: At the time of writing, the order in which custom config-setting functions like this one are executed is random; see the referenced set_cfg Therefore never reset here config options that are custom added, only change those that exist in core GraphGym.

opengt.config.data_preprocess_config.set_cfg_preprocess(cfg)[source]

Extend configuration with preprocessing options

opengt.config.gt_config.set_cfg_gt(cfg)[source]

Configuration for Graph Transformer-style models, e.g.: - Spectral Attention Network (SAN) Graph Transformer. - “vanilla” Transformer / Performer. - General Powerful Scalable (GPS) Model.