-
Notifications
You must be signed in to change notification settings - Fork 80
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
Finds no model #6
Comments
What is the content of |
the folders "progression, test and train" than files named "checkpoint", "model.ckpt.data-00000-of-00001" , shouldnt that be a higher number? i let it run to 4000 epochs . In "progression" are files named "4000-test-0" and so on. |
my training data in cmd looksl ike this. ------- Epoch 5 (lr=0.0001) ------- |
also when i delete the "save" folder from C:\ i get the error message i did that by hand and created the folder model (in save folder) and opened it ....and in the folder model i created train ...than i run main.py and it puts stuff in it. ...maybe that is an error as well idk ...i have no idea of programming sry =,O i really hope you can help me with this hopefully last problem! seriously, i would be so grateful if u know how i can fix this =) |
same problem with linux .... but i figured out my graphic card is not this ..3.0 ready for cuda ..wich it would need to run it =O only 2.3 or so ..is that the problem? |
I think there is a bug with this version of the program due to TF 1.0 new
saver format.
…On Tue, Apr 11, 2017, 19:57 Eumi ***@***.***> wrote:
same problem with linux .... but i figured out my graphic card is not this
..3.0 ready for cuda ..wich it would need to run it =O only 2.3 or so ..is
that the problem?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIoNO1yV1kRkMg5JdKWSGFGvW5raf7joks5ru78ZgaJpZM4M5bAB>
.
|
so i cant do anything? or do i need to use another version of tensorflow and than its fixed? i just have it installed for this program only |
You can try this hack: create an empty file named "model.ckpt" inside the
"save/model/" directory where your model files are.
Even if this works, I think you're putting too much effort into this. You
can only be disappointed when you will see the results, as I already told
you.
…On Tue, Apr 11, 2017, 20:29 Eumi ***@***.***> wrote:
so i cant do anything? or do i need to use another version of tensorflow
and than its fixed? i just have it installed for this program only
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIoNO37XzujyMyRXPGHci6pfDeyZzv5Xks5ru8aSgaJpZM4M5bAB>
.
|
HAHA !! it works =D im so lucky thanks <3 ..you are right the output is not so good for now ...but it definitely does something ... i had a look at the midi files (one of them) and it definitely looks like chords ...i am impressed and very thankful for your help =D ( i saved my progress before i started to play around with it, and imported it back) this is awesome...and only the fact that it is working now is already a relief =) i will try different inputs with it (already figured out a way how i can download midi files and edit them so the program imports them =) ) great work! thumbs up for u! |
Creating the model.ckpt file leads to some music being generated. But what does this mean? Is it learning from the files that have been used for training? Shouldn't it be using the checkpoint file that has been saved during training instead? |
@erikamenezes yes, this is frustrating. it is a beautiful program, but it goes to waste when saver format is outdated. the owner should update it. on
and inside
this seems to work, still depending on further investigation on results. my |
I get this error when i type in "main.py --test --sample_length 500"
Warning: No model found in 'C:\save/model'. Please train a model before trying to predict
The End! Thanks for using this program
but theres something in there..i allready trained it and it saved ..and theres something in the folder =/ pls help im so close.
The text was updated successfully, but these errors were encountered: