From 633f1355c68059633bfdd715b0969de703cff8ad Mon Sep 17 00:00:00 2001 From: Nick Walton Date: Fri, 27 Sep 2019 15:26:04 -0600 Subject: [PATCH] update --- generator/ctrl/install_ctrl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/ctrl/install_ctrl.sh b/generator/ctrl/install_ctrl.sh index 4a66e63..bc556ba 100755 --- a/generator/ctrl/install_ctrl.sh +++ b/generator/ctrl/install_ctrl.sh @@ -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