exitudio / MMM

Official repository for "MMM: Generative Masked Motion Model"
https://exitudio.github.io/MMM-page/
66 stars 1 forks source link

reset codebook #11

Open RohollahHS opened 3 months ago

RohollahHS commented 3 months ago

In the paper you said that you reset the codebook every 20 iterations to prevent codebook collapse. However, in the training loop https://github.com/exitudio/MMM/blob/68d850095a0640405c0d1deb1fc101f11b386736/train_vq.py#L156-L193, I did not find any thing regarding reseting codebook. Could you please clarify this?

exitudio commented 3 months ago

Hi, We reset codebook in quantization process here.