-
Notifications
You must be signed in to change notification settings - Fork 102
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
How to generate output? #1
Comments
I'm also curious how to export the output... it takes so long to run to the script, it's hard to continuously trial and error |
https://github.com/DavidG1011/LSTM-Text-Generator
Check the above repo which is 4 commits ahead and includes code snippet for
text generation.
Haven't tested yet.
…On Thu, May 16, 2019 at 12:29 AM cpastorius101 ***@***.***> wrote:
I'm also curious how to export the output... it takes so long to run to
the script, it's hard to continuously trial and error
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1?email_source=notifications&email_token=AFMAWPJ55K3E7GTJOA6YXX3PVTPMFA5CNFSM4EZEW6KKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVQT42Y#issuecomment-492912235>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFMAWPNZGNB7TBEEAJBWQ4DPVTPMFANCNFSM4EZEW6KA>
.
|
I am also curious how to generate the text output. RNN's seem to be training okay. Just no output at the end of the run |
Hey there, this script can generate output, just replace the model definition with the pre-trained model you are using.
|
X_modified = np.reshape(X, (len(X), seq_length, 1)) in this line of i am getting a error of "name 'np_utils' is not defined" |
Hello:
Your blog post was very interesting. I've converted your notebooks to python scripts and the training portion runs fine. I would like to generate output but I can't figure out how (new to keras).
Many non-keras repos use separate generation scripts which makes the process easier.
Thanks
The text was updated successfully, but these errors were encountered: