You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I notice that your method requires much more epoch(330) than other methods. Have you compared the reconstruction performance of the common setting (epoch=50)?
The text was updated successfully, but these errors were encountered:
Hi @HalvesChen, we follow MAGVIT-v2 and adopt a long training. VQ methods with small codebook size (like 1024 and 4096) and low code dimension (e.g., 8 or 16) may saturate quickly in reconstruction performance, thus requiring fewer training epochs. IBQ gains further improvements due to the longer training, benefitting from large model compacity, i.e., large-size codebook, high-dimension codes, large model size, and high codebook utilization.
Hi,
I notice that your method requires much more epoch(330) than other methods. Have you compared the reconstruction performance of the common setting (epoch=50)?
The text was updated successfully, but these errors were encountered: