提交 4725bace 编写于 作者: H Hui Zhang

fix

上级 9de03438
...@@ -186,7 +186,7 @@ class AugmentationPipeline(): ...@@ -186,7 +186,7 @@ class AugmentationPipeline():
audio_confs = [] audio_confs = []
feature_confs = [] feature_confs = []
all_confs = [] all_confs = []
for config in self.conf: for config in self.conf['process']:
all_confs.append(config) all_confs.append(config)
if config["type"] in self.SPEC_TYPES: if config["type"] in self.SPEC_TYPES:
feature_confs.append(config) feature_confs.append(config)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册