rish-16 / gpt2client

✍🏻 gpt2-client: Easy-to-use TensorFlow Wrapper for GPT-2 117M, 345M, 774M, and 1.5B Transformer Models 🤖 📝
MIT License
372 stars 74 forks source link

Update gpt2_client.py #25

Closed akoerner closed 4 years ago

akoerner commented 4 years ago

generated not initialized before the while loop and thus causes a run time error.

rish-16 commented 4 years ago

Hey, thanks for the update. This is super useful.

Merged.