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

Using weights trained on anohter computer #29

Open
AkuiChan opened this issue Oct 18, 2019 · 1 comment
Open

Using weights trained on anohter computer #29

AkuiChan opened this issue Oct 18, 2019 · 1 comment

Comments

@AkuiChan
Copy link

So I have trained the model on a seperate computer, since it made the training faster. When using predict.py it works fine and generates the songs as expected. However, when i try and use the weights on my laptop(a different computer) the following error appears.

ValueError: Shapes (256, 901) and (256, 553) are incompatible

Anybody knows how to fix this?

@Skuldur
Copy link
Owner

Skuldur commented Oct 18, 2019

Hi,

Did you also transfer the new data/notes file that was generated when you trained the network? I think the most likely culprit here is that the laptop has a different data/notes file.

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