Closed a897456 closed 6 months ago
Hi @bigpon Could you spare some time to help me with this problem which means a lot to me. THS
We don't implement the quantizer dropout in AudioDec.
We don't implement the quantizer dropout in AudioDec.
for layer in self.layers:
i = i + 1
if i > num_codebook(Calculated from bit rate)
return
Hi @bigpon Does AudioDec retain the quantizer dropout strategy of SoundStream? How?