-
Notifications
You must be signed in to change notification settings - Fork 318
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
[predict.py] Impossible to create network #9
Comments
Did you change the code at all? |
Exactly same problem here,too.. :( |
I might have found a solution. Whenever your network finishes an epoch, it saves it weights to a new file, called something like You should be able to run the network with any number of nodes, be it 512, 256 or even 2048. You have to load in the correct weights for that, however. What I did as a temporary solution is copy the name of the newly-generated weight file, and paste it into line 70 before generating a new midi. This works, but it isn't exactly elegant. Hopefully there'll be some kind of fix soon. |
I had the same problem too and this problem can also be caused because of the difference between the notes that you currently have while making the training and the notes file from Skuldur's repository. In case if you are using the notes file from the repository, try to create your own notes file and see if that works. |
So after running |
I'm using Python3 on Windows 10 and after training my network, I try to run predict.py and I have this error message :
The text was updated successfully, but these errors were encountered: