-
Notifications
You must be signed in to change notification settings - Fork 49
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
Need help #7
Comments
Did you see the output of the program at the end of training (it should output the first example of generated text). If you use the command with saved/model.ckpt, it will use the trained model to generate new text. The trained model is saved automatically in that folder after you run the program in training mode. :) |
Yeah. I saw, thx :) |
Well, model.ckpt will get overwritten with the new training anyway. Just replace the line of code where the text file is loaded with your own text file. :) |
Okay. If i'll try to set something like 50000 batches - will it be too much or everything will be ok? :) |
Awesome. :) |
And what about using 2 or more texts to train the model? Can we do something like that? |
Just concatenate the text files / copy all their contents in the same file / modify the code to load all the text files you want and concatenate them in the same string used for training. ;) |
Thanks! |
Hi. It's me again :)
K, i used command $ python rnn_tf.py and some hours ago it was finished. And what should i do now?
Should i use command $ python rnn_tf.py saved/model.ckpt "The " to generate my text?
Will it generate a new file at "saved" directory ? How can i find text file?
Or mb i need to use another prefix? I didn't understand it yet :( Can u explain me a little, please?
Thx a lot and sorry for giving u some work :)
The text was updated successfully, but these errors were encountered: