openai / gpt-2

Code for the paper "Language Models are Unsupervised Multitask Learners"
https://openai.com/blog/better-language-models/
Other
22.58k stars 5.53k forks source link

Installation guide, please #179

Open Elvis143BRA opened 5 years ago

Elvis143BRA commented 5 years ago

This code looks great and all, but without a proper installation guide, most people can't even start playing with it. I have checked a couple of pages with supposed installation guides, but none seem to work for me.

Please, just add one, or create an .exe file.

Pjchardt commented 5 years ago

Try following instructions in developers.md That worked for me

purdue512 commented 5 years ago

developers.md eventually worked. For people not familiar with "Docker" - I messed up a number of times.

Also - got a "sort" error from TensorFlow 1.12.0... Someone suggested 1.14.0 - and that fixed the issue for me.

weiguowilliam commented 5 years ago

Dock is not necessary. You can skip that part.

bronzwikgk commented 1 year ago

Dock is not necessary. You can skip that part.

Can you explain it please.