Coverage Control Library
|
Class to parse the configuration for the GNN model. More...
Public Member Functions | |
__init__ (self) | |
None | parse (self, dict config) |
Parse the configuration for the GNN model. | |
Public Attributes | |
config = None | |
input_dim = None | |
output_dim = None | |
num_hops = None | |
num_layers = None | |
latent_size = None | |
Class to parse the configuration for the GNN model.
Definition at line 60 of file config_parser.py.
__init__ | ( | self | ) |
Reimplemented in GNNBackBone, and LPAC.
Definition at line 62 of file config_parser.py.
None parse | ( | self, | |
dict | config ) |
Parse the configuration for the GNN model.
Definition at line 73 of file config_parser.py.
config = None |
Definition at line 63 of file config_parser.py.
input_dim = None |
Definition at line 64 of file config_parser.py.
latent_size = None |
Definition at line 68 of file config_parser.py.
num_hops = None |
Definition at line 66 of file config_parser.py.
num_layers = None |
Definition at line 67 of file config_parser.py.
output_dim = None |
Definition at line 65 of file config_parser.py.