You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to apply noise augmentation to the validation step to train a noise-robust model.
I understand that SpecAug does not apply to the validation step.
Does it work when explicitly specifying an augmenter, such as a white noise augmenter?
I am using fastconformer.
Here is a part of the yaml file
If set up as above, noise should be mixed in the validation step and a drop in WER (compared to w/o noise augmentation).
However, when comparing val_wer to training without augmentation, it seems that no noise augmentation is being applied.
Beta Was this translation helpful? Give feedback.
All reactions