openai / gpt-2

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

Fix error: 'tensorflow' has no attribute 'sort'" #300

Open lhernandez-free opened 2 years ago

lhernandez-free commented 2 years ago

add tensorflow 1.13.1 to force update into docker build and fix de ex…ecution issue "AttributeError: module 'tensorflow' has no attribute 'sort'"

chibingxiaoguo commented 2 years ago

pip install tesorflow==1.14.0 I tried this and had success