ryankiros / neural-storyteller

A recurrent neural network for generating little stories about images
2.96k stars 539 forks source link

How to modify bias to generate longer stories? #40

Open GenTxt opened 6 years ago

GenTxt commented 6 years ago

Hello:

Trying to figure out which values to change to generate longer stories (more than a single paragraph) as per Readme.md description below:

What kind of biases work?

Skip-thought vectors are sensitive to:

length (if you bias by really long passages, it will decode really long stories)

Everything works but the output limitation is frustrating. Any suggestions are much appreciated.

Thanks,