-
Notifications
You must be signed in to change notification settings - Fork 18
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
Train problem #14
Comments
Thanks for your interests in our work. If you use our provided P-VQVAE to train the second stage transformer on
and change
These modifications should work. |
Thanks for your help, can you give an example of how to train transformer, the pvqvae training time is below: My train dataset is 1048, is it to fast? and what's the command of train transformer, it this right? |
Hi @zhangbaijin , For the training of transformer, you should provide a suitable config file based on the pre-trained P-VQVAE. If you indeed have written the trainsformer config file correctly, the command you give should work. But if it's me to train a transformer, I will set the For more details please refer to README.md file. |
Thanks a lot, there is problem when run inference.py, |
Did you add |
Thanks for your contribution, there is a problem when i train it on 512X512 dataset on the Second stage Transformer_XX.yaml,
RuntimeError: The size of tensor a (1024) must match the size of tensor b (512) at non-singleton dimension 1
How should i change the yaml if i want to train my dataset with 512X512The text was updated successfully, but these errors were encountered: