diff --git a/deepspeech/frontend/augmentor/augmentation.py b/deepspeech/frontend/augmentor/augmentation.py index 50eeea99158a27627e7c3631fab15890a06d60ad..17abcf605c7e2bf3f98659fdd24ba80e1074c7af 100644 --- a/deepspeech/frontend/augmentor/augmentation.py +++ b/deepspeech/frontend/augmentor/augmentation.py @@ -186,7 +186,7 @@ class AugmentationPipeline(): audio_confs = [] feature_confs = [] all_confs = [] - for config in self.conf: + for config in self.conf['process']: all_confs.append(config) if config["type"] in self.SPEC_TYPES: feature_confs.append(config)