vak.config.config.Config#

class vak.config.config.Config(spect_params=SpectParamsConfig(fft_size=512, step_size=64, freq_cutoffs=None, thresh=None, transform_type=None, spect_key='s', freqbins_key='f', timebins_key='t', audio_path_key='audio_path'), prep=None, train=None, eval=None, predict=None, learncurve=None)[source]#

Bases: object

class to represent config.toml file

prep#

represents [PREP] section of config.toml file

Type:

vak.config.prep.PrepConfig

spect_params#

represents [SPECT_PARAMS] section of config.toml file

Type:

vak.config.spect_params.SpectParamsConfig

train#

represents [TRAIN] section of config.toml file

Type:

vak.config.train.TrainConfig

eval#

represents [EVAL] section of config.toml file

Type:

vak.config.eval.EvalConfig

predict#

represents [PREDICT] section of config.toml file.

Type:

vak.config.predict.PredictConfig

learncurve#

represents [LEARNCURVE] section of config.toml file

Type:

vak.config.learncurve.LearncurveConfig

__init__(spect_params=SpectParamsConfig(fft_size=512, step_size=64, freq_cutoffs=None, thresh=None, transform_type=None, spect_key='s', freqbins_key='f', timebins_key='t', audio_path_key='audio_path'), prep=None, train=None, eval=None, predict=None, learncurve=None) None#

Method generated by attrs for class Config.

Methods

__init__([spect_params, prep, train, eval, ...])

Method generated by attrs for class Config.