ryankiros / skip-thoughts

Sent2Vec encoder and training code from the paper "Skip-Thought Vectors"
2.05k stars 544 forks source link

Issue with turning off verbose with skip thought encoder #21

Closed smcniel closed 8 years ago

smcniel commented 8 years ago

Hi there. Thank you so much for the amazing models. When I try to run your neural storyteller example with your pretrained models, and call the function generate.load_all(), everything loads correctly. But at the end, when packing everything up, return z returns a printout of all the vectors in my command line. I've tried to set verbose=False in the skipthoughts.py encode function, but it doesn't seem to turn it off. Could you point me to the correct line that is causing this?

I apologize if this is a silly oversight on my part.

Thank you so much.

smcniel commented 8 years ago

Nevermind, I sorted it out. Sorry for the hassle!