23This file contains the configuration parser for the models
29 Class to parse the configuration for the CNN model
41 def parse(self, config: dict) ->
None:
43 Parse the configuration for the CNN model
46 config (dict): Configuration for the CNN model
59 Class to parse the configuration for the GNN model
70 def parse(self, config: dict) ->
None:
72 Parse the configuration for the GNN model
This file contains the configuration parser for the models.
None parse(self, dict config)
Parse the configuration for the CNN model.
Class to parse the configuration for the GNN model.
None parse(self, dict config)
Parse the configuration for the GNN model.