Coverage Control Library
Loading...
Searching...
No Matches
CNNConfigParser Class Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Reimplemented in CNN, and CNNBackBone.

Definition at line 32 of file config_parser.py.

Member Function Documentation

◆ parse()

None parse ( self,
dict config )

Parse the configuration for the CNN model.

Parameters
configConfiguration for the CNN model

Definition at line 47 of file config_parser.py.

Member Data Documentation

◆ config

config = None

Definition at line 33 of file config_parser.py.

◆ image_size

image_size = None

Definition at line 39 of file config_parser.py.

◆ input_dim

input_dim = None

Definition at line 34 of file config_parser.py.

◆ kernel_size

kernel_size = None

Definition at line 38 of file config_parser.py.

◆ latent_size

latent_size = None

Definition at line 37 of file config_parser.py.

◆ num_layers

num_layers = None

Definition at line 36 of file config_parser.py.

◆ output_dim

output_dim = None

Definition at line 35 of file config_parser.py.