Skip to content
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

Regarding conditional generation on SC09 #6

Open
lizaitang opened this issue Dec 1, 2022 · 3 comments
Open

Regarding conditional generation on SC09 #6

lizaitang opened this issue Dec 1, 2022 · 3 comments

Comments

@lizaitang
Copy link

Hello, thank you so much for your work, do we have conditional model checkpoint for SC)( currently?

@albertfgu
Copy link
Owner

We didn't train any conditional models. SC09 is a dataset for unconditional generation.

@lizaitang
Copy link
Author

Thanks, besides, during the generation process, I encounter a problem that "size mismatch for c_layers.4.layer.D: copying a param with shape torch.Size([512]) from checkpoint, the shape in current model is torch.Size([1, 512])". How to solve it?

@albertfgu
Copy link
Owner

Sorry I missed this comment. I'm not sure why you got this error if using this repo at HEAD, because I checked that everything loaded. Note that, according to the README, you need to go to a specific checkpoints branch to load pre-trained models.

If you pasted in a later version of S4 then it's possible to get these errors because of small changes in the model. One could just load and modify the weights to resolve this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants