-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I change the scale for training? #97
Comments
when i tried i change var.py class VAR's patch_nums, class VARHF's patch_nums,and arg_util.py pn |
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. |
@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. |
@iFighting thanks a lot! I am working on retrain var for inpainting research, hope i can get a good result :) |
@AlexzQQQ how is the performance in inpainting? |
still trying
------------------ Original ------------------
From: ***@***.***>;
Date: Wed, Dec 18, 2024 03:47 PM
To: ***@***.***>;
Cc: "张昱辉Zhang ***@***.***>; ***@***.***>;
Subject: Re: [FoundationVision/VAR] How can I change the scale for training? (Issue #97)
@AlexzQQQ how is the performance in inpainting?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
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: