Global configuration

Definition of methods which can be used to get/set the global configuration.

ecgan.config.global_cfg.set_global_config(cfg='config.yml')[source]

Set the global ECGAN config.

ecgan.config.global_cfg.get_global_config()[source]

Return the global ECGAN config.

Return type

TrainConfig

ecgan.config.global_cfg.set_global_ad_config(cfg='config.yml')[source]

Set the global anomaly detection config.

ecgan.config.global_cfg.get_global_ad_config()[source]

Return the attributes of the global anomaly detection config.

Return type

AnomalyDetectionConfig

ecgan.config.global_cfg.set_global_inv_config(cfg='config.yml')[source]

Set the global inverse config.

ecgan.config.global_cfg.get_global_inv_config()[source]

Return the attributes of the global inverse config.

Return type

InverseConfig

ecgan.config.global_cfg.get_global_inv_config_attribs()[source]

Return the attributes of the global inverse config.

Return type

NestedDataclass