You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: