|
Coverage Control Library
|
This file contains the configuration parser for the models. More...
Inheritance diagram for CNNConfigParser:Public Member Functions | |
| __init__ (self) | |
| None | parse (self, dict config) |
| Parse the configuration for the CNN model. | |
Public Attributes | |
| config = None | |
| input_dim = None | |
| output_dim = None | |
| num_layers = None | |
| latent_size = None | |
| kernel_size = None | |
| image_size = None | |
This file contains the configuration parser for the models.
Class to parse the configuration for the CNN model
Definition at line 30 of file config_parser.py.
| __init__ | ( | self | ) |
Reimplemented in CNN, and CNNBackBone.
Definition at line 32 of file config_parser.py.
| None parse | ( | self, | |
| dict | config ) |
Parse the configuration for the CNN model.
| config | Configuration for the CNN model |
Definition at line 47 of file config_parser.py.
| config = None |
Definition at line 33 of file config_parser.py.
| image_size = None |
Definition at line 39 of file config_parser.py.
| input_dim = None |
Definition at line 34 of file config_parser.py.
| kernel_size = None |
Definition at line 38 of file config_parser.py.
| latent_size = None |
Definition at line 37 of file config_parser.py.
| num_layers = None |
Definition at line 36 of file config_parser.py.
| output_dim = None |
Definition at line 35 of file config_parser.py.