minyoungg / vqtorch

MIT License
101 stars 9 forks source link

Affine reparameterization for residual vector quantization #4

Closed smdrnks closed 1 year ago

smdrnks commented 1 year ago

Hi there, thank you for the great repo and the insightful paper!

I am playing around with residual vector quantisation and was wondering whether you have any insights with regards to having different learnable scale and bias parameters for each residual group. It looks like the repo shares the same scale and bias for all residual codebooks. Thank you!