mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-11 11:51:53 +08:00
updated script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user