updated script

This commit is contained in:
Nick
2019-09-18 13:14:37 -06:00
parent 2a310f8454
commit d6f3f46b20
+3 -2
View File
@@ -4,6 +4,9 @@ cd model
# Cython is needed to compile fastBPE
pip install Cython
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"
patch -b "$FILE" estimator.patch
@@ -14,8 +17,6 @@ cd fastBPE
python setup.py install
cd ..
pip install tensorflow-gpu==1.14
curl https://sdk.cloud.google.com | bash
exec -l $SHELL
gcloud init