Skip to content

Instantly share code, notes, and snippets.

@AdityaKane2001
Last active November 18, 2021 11:29
Show Gist options
  • Save AdityaKane2001/a958b22cda6fc11e7f82233477eda77e to your computer and use it in GitHub Desktop.
Save AdityaKane2001/a958b22cda6fc11e7f82233477eda77e to your computer and use it in GitHub Desktop.
# Make sure you run the following command from the root of your Keras fork
# Note: The version 2.8.0 can change with changes in Keras versions.
bazel build //keras/tools/pip_package:build_pip_package
~/keras_installation/keras/bazel-bin/keras/tools/pip_package/build_pip_package ~/keras_installation/keras_pkg
pip3 install - force-reinstall - user ~/keras_installation/keras_pkg/keras-2.8.0-py2.py3-none-any.whl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment