yangdongchao / AcademiCodec

AcademiCodec: An Open Source Audio Codec Model for Academic Research
592 stars 81 forks source link

why norm wav when inference? #50

Open fengshi-cherish opened 7 months ago

fengshi-cherish commented 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?

yangdongchao commented 4 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.