Skip to content
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

Training on word level #4

Open
vvzen opened this issue Oct 6, 2018 · 2 comments
Open

Training on word level #4

vvzen opened this issue Oct 6, 2018 · 2 comments

Comments

@vvzen
Copy link

vvzen commented Oct 6, 2018

First of all: thanks for doing this!
It's an awesome achievement in terms of making these tools accessible to everybody. 🎨🖌

I'm trying to create a model based on a series of poems, is there a way to train it on words?
I would like to compare the results of training the rnn on char sequences or word sequences.

Thanks!

@cvalenzuela
Copy link
Member

This example is based on https://github.com/sherjilozair/char-rnn-tensorflow, a character level model.

Perhaps parsing the generated result and grabbing the words might work?

@shiffman
Copy link
Member

shiffman commented Oct 7, 2018

We could also look at porting something like this and making a flag in train.py?

https://github.com/hunkim/word-rnn-tensorflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants