openai / generating-reviews-discovering-sentiment

Code for "Learning to Generate Reviews and Discovering Sentiment"
https://arxiv.org/abs/1704.01444
MIT License
1.51k stars 379 forks source link

issue about run sst_binary_demo #49

Open garyfighting opened 6 years ago

garyfighting commented 6 years ago

model coluld't transform trX err msssage ValueError: invalid literal for long() with base 10: '\n'

because hyperparameter nsteps(256) of Model is too small? most len of data is larger than that the model coluld''t fit with long data? I don't know how to deal with that,Hope for help

garyfighting commented 6 years ago

how did the auther deal with that?