Last active
November 18, 2021 11:29
-
-
Save AdityaKane2001/a958b22cda6fc11e7f82233477eda77e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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