yangdongchao / AcademiCodec

AcademiCodec: An Open Source Audio Codec Model for Academic Research
537 stars 77 forks source link

why norm wav when inference? #50

Open fengshi-cherish opened 3 months ago

fengshi-cherish commented 3 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 weeks 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.