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.