-
Notifications
You must be signed in to change notification settings - Fork 422
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 to train the vqvae? #114
Comments
@Longhzzz |
I downloaded the code from the link and found that I need some local weights to run it. In utils/arg_utils.py lines 270-272, could you make the weight files C:\Users\16333\Desktop\PyCharm\vgpt_vae\lpips_with_vgg.pth and C:\Users\16333\Desktop\PyCharm\vgpt_vae\vit_small_patch16_224.pth publicly available, as well as any other weight files needed to run the training VAE code? |
@vxlot |
"Hello, in the code from the VAE repository: dd.heads.load_state_dict(heads.state_dict()) Are the weights of the 'heads' initialized by default, or do the 'heads' need to be loaded, but the corresponding files are currently not provided? Meanwhile, the results I generated are very different from what is shown in o: 50.266475677, 91.698143005 Could you help answer this question?" |
Could you release the code for training VQVAE?
The text was updated successfully, but these errors were encountered: