-
Notifications
You must be signed in to change notification settings - Fork 252
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
size mismatch #111
Comments
Check whether the configuration file or pre-trained model used is correct |
I got the same error . You start training without using ‘model0.pt’ or try using this 'model0.pt' |
I used pre trained model for training. I still have the problem as Y-Kitaro. Should I change configuration file? Which yaml? How? |
I started learning without changing the settings in 'config/diffusion-fast.yaml'. |
Hi,
I tried training model 5 but got an error for training. Error is:
size mismatch for ddsp_model.window: copying a param with shape torch.size([1024]) from checkpoint, the shape in current model is torch.size([2048])
size mismatch for ddsp_model.unit2ctrl.denseout
Then I ran for model 4 and it works.
What is the problem with model 5?
What are the benefits of model 5?
The text was updated successfully, but these errors were encountered: