ryankiros / neural-storyteller

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

How to create new posbias for custom encoder/decoder? #31

Open HappyCoderMan opened 7 years ago

HappyCoderMan commented 7 years ago

I used the skip-thoughts project to create new encoder and decoders for some custom corpus data. I was able to run it through neural-storyteller, and output was generated. (Quality was low, but it did function.)

Does anyone know about how I would create a new "posbias" for my custom data?

I see where it's set in the config.py file: paths['negbias'] = './caption_style.npy' paths['posbias'] = './romance_style.npy'

The ReadMe says this description about what the posbias represents: We set b to be the mean of the skip-thought vectors for romance novel passages that are of length > 100.

That's all I've found so far. Any suggestions on what to try next or where to look would be great. Thank you.

lissaa commented 6 years ago

Hi @ErikOmberg, did you figure out how to create new bias? Thanks!

HappyCoderMan commented 6 years ago

Sorry, no. I have not found any additional information on this topic.