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

Question: How long does it take you to run sst_binary_demo.py? #48

Open jacarvalho opened 6 years ago

jacarvalho commented 6 years ago

I'm having trouble running the sst_binary_demo.py script on my laptop, with common normal specs (i5, 8GB RAM, 500GB SSD, no dedicated GPU).

I tested the code on a small dataset, where each call of the transform function takes approximately 2 seconds.

How long did it take you to run this example?