training-charRNN icon indicating copy to clipboard operation
training-charRNN copied to clipboard

Training on word level

Open vvzen opened this issue 5 years ago • 2 comments

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!

vvzen avatar Oct 06 '18 09:10 vvzen

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?

cvalenzuela avatar Oct 07 '18 02:10 cvalenzuela

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

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

shiffman avatar Oct 07 '18 15:10 shiffman