icefall icon indicating copy to clipboard operation
icefall copied to clipboard

Disable noise augmentation

Open AlexandderGorodetski opened this issue 2 years ago • 1 comments
trafficstars

Hello guys,

I have a question regarding tedlium3 recipe. I see that during tedlium data preparation, fbank is extracted for tedlium and for musan. Therefore I assume that during the training noise augmentation is performed. Could you please point me in the code how can I disable this noise augmentation.

Thanks a lot, AlexG.

AlexandderGorodetski avatar Dec 07 '22 10:12 AlexandderGorodetski

https://github.com/k2-fsa/icefall/blob/0e325c8782c8b9178cf0f2b030e49ae64f2b091d/egs/tedlium3/ASR/transducer_stateless/asr_datamodule.py#L165

Please pass

--enable-musan 0

to ./train.py to disable musan.

csukuangfj avatar Dec 07 '22 10:12 csukuangfj