openai / finetune-transformer-lm

Code and model for the paper "Improving Language Understanding by Generative Pre-Training"
https://s3-us-west-2.amazonaws.com/openai-assets/research-covers/language-unsupervised/language_understanding_paper.pdf
MIT License
2.14k stars 499 forks source link

Source Exhausted #26

Closed Brandonnogithub closed 5 years ago

Brandonnogithub commented 5 years ago

I run this model on 1080ti command: python train.py --dataset rocstories --desc rocstories --submit --analysis Then I got ResourceExhaustedError Do I need to make some changes to the code before running? Thanks.

Brandonnogithub commented 5 years ago

I solve it. The default #GPU is 4. Just set it as 1.