ertk.preprocessing.audioset.YamnetExtractorConfig
- class ertk.preprocessing.audioset.YamnetExtractorConfig(model_dir: str = '???')
Bases:
ERTKConfigConfiguration for a Yamnet extractor.
Methods
__init__([model_dir])Inherited Methods
from_config(config)Create config object from any compatible config.
from_file(path[, override])Create config from YAML file and optionlly override some values.
merge_with_args([args])Merge config with command-line arguments.
to_dictconfig()Convert config to DictConfig.
to_file(path)Write config to YAML file.
to_string()Generate YAML string representation of config.
Attributes
The directory containing the YAMNet model files.