Skip to content

Instantly share code, notes, and snippets.

@AdityaKane2001
Created November 18, 2021 11:25
Show Gist options
  • Save AdityaKane2001/105f2d1dda0fdd6a9bb8243446e11a07 to your computer and use it in GitHub Desktop.
Save AdityaKane2001/105f2d1dda0fdd6a9bb8243446e11a07 to your computer and use it in GitHub Desktop.
# Replace BRANCH and USERNAME with your branch name and GitHub username respectively
git clone -b BRANCH https://github.com/USERNAME/keras.git
cd keras
pip install -r requirements.txt
pip uninstall -y keras-nightly
pip install --upgrade tf-nightly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment