TUTORIAL - Install OpenAI GPT2 in Mac OSX - Step by Step

Published: 16 July 2020
on channel: Carlos Cloud & Web Developer
3,988
53

#MachineLearning #OpenAI #GPT2
This is a tutorial that will take you step by step to install properly a copy of GPT-2 Coherent Text Generator by Open AI in MacOSX.

👍🏻 DON'T FORGET TO LIKE COMMENT AND SUBSCRIBE FOR FUTURE VIDEOS!
*********
📲💻Follow me on Twitter:
@CarlosCloudDev
📲💻Follow me on Instagram:
@CarlosSalazarDev
**********
👍🏻 LIST OF COMMANDS USED:
brew install python3
git clone https://github.com/openai/gpt-2.git
cd gpt-2
python3 -m venv ~/venv-gpt-2
. ~/venv-gpt-2/bin/activate
pip3 install tensorflow==1.15
pip3 install -r requirements.txt
python3 download_model.py 124M
cd src
nano interactive_conditional_samples.py
Control + o
Control + x
cd ..
python3 src/interactive_conditional_samples.py

Finish with:
control C
deactivate

****
More information about GPT-2 here:
https://openai.com/blog/better-langua...

How to make an AWS account:
https://amzn.to/31W8waX


Watch video TUTORIAL - Install OpenAI GPT2 in Mac OSX - Step by Step online without registration, duration hours minute second in high quality. This video was added by user Carlos Cloud & Web Developer 16 July 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 3,988 once and liked it 53 people.