This commit is contained in:
Nick Walton
2019-09-27 15:26:04 -06:00
parent 9d511e8dd5
commit 633f1355c6
+1 -1
View File
@@ -8,7 +8,7 @@ pip install tensorflow-gpu==1.14
pip install keras
# Patch the TensorFlow estimator package
FILE="/usr/local/lib/python3.6/dist-packages/tensorflow_estimator/python/estimator/keras.py"
FILE="/usr/local/lib/python2.7/dist-packages/tensorflow_estimator/python/estimator"
patch -b "$FILE" estimator.patch
# Install fastBPE