Closed hnky92 closed 1 year ago
Good work! Thanks. I'll take a look and see how to promote your work the best way possible. I might just add a link to your work in a readme doc in the directory of the programs to give your work the attention it deserves. 😊
Issue
As noted in AppendixIII/OpenAI_GPT_2.ipynb , we cannot run notebook in Colab for they does not support Tensforflow 1.x anymore.
Solution
To handle this, I changed source repository from
OpenAI
tonshepperd
, and importedtensorflow.compat.v1
for compatibility.Change Notes
- in step 2, changed source repo from
!git clone https://github.com/openai/gpt-2.git
to!git clone https://github.com/nshepperd/gpt-2
- in step 4, deleted line
%tensorflow_version 1.x
- in step 7a, imported
tensorflow.compat.v1
for compatibilityI did not changed the notes in preface. So please edit if changes are needed.
Issue
As noted in AppendixIII/OpenAI_GPT_2.ipynb , we cannot run notebook in Colab for they does not support Tensforflow 1.x anymore.
Solution
To handle this, I changed source repository from
OpenAI
tonshepperd
, and importedtensorflow.compat.v1
for compatibility.Change Notes
!git clone https://github.com/openai/gpt-2.git
to!git clone https://github.com/nshepperd/gpt-2
%tensorflow_version 1.x
tensorflow.compat.v1
for compatibilityI did not changed the notes in preface. So please edit if changes are needed.