openai/finetune-transformer-lm

Source Exhausted

Brandonnogithub opened this issue · 1 comments

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.

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