Open fengshi-cherish opened 7 months ago
why do norm in inference: wav = normalize(wav) * 0.95 i didn't see same operation in train dataset. Is this step necessary?
No, we find it is not necessary.
why do norm in inference: wav = normalize(wav) * 0.95 i didn't see same operation in train dataset. Is this step necessary?