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

Transforming on one VM takes 20 sec VS 120 sec on a different VM #46

Closed liormagen closed 6 years ago

liormagen commented 6 years ago

I have this really weird issue I just noticed, for transforming 5000 sentences it takes 20 seconds on my local PC (GPU - GTi 1080)and 120 seconds on a remote machine (GPU - K80).

At first I thought that it might be because of not updated packages so I updated them all but this issue continues.

Any ideas on what might be the reason? In most cases of training a NN both machines are around the same timings so this is something Iv'e never really seen before.