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
Thanks for the excellent work, I tried to change the default scale to others scale(e.g like 3 6 10),it can't work and the output is noise. and I wonder if it is ok to change the default scale without retrain for vqvae
The text was updated successfully, but these errors were encountered:
It's OK to slightly change the scale schedule for vqvae since it adopts a CNN architecture. It could still encodes and decodes images normally but with a slight performance drop.
However, VAR relys on the predefined scale schedule in the training stage. If you change the scale schedule without training VAR, it may generates noisy results. We suggest you fine-tune VAR if you change the scale schedule. The results will improves quickly.
@AlexzQQQ You can also train var with dynamic scale schedule, which means that you can random drop some scales, when testing, you can use dynamic scale schedule. However i strongly recommend you to fine-tune VAR if you change the scale schedule.
Thanks for the excellent work, I tried to change the default scale to others scale(e.g like 3 6 10),it can't work and the output is noise. and I wonder if it is ok to change the default scale without retrain for vqvae
The text was updated successfully, but these errors were encountered: