updated scripts

This commit is contained in:
Nick
2019-09-18 12:57:28 -06:00
parent a7817685b1
commit c2857098d0
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ else
URL="gs://sf-ctrl/seqlen256_v1.ckpt/"
fi
gsutil -m cp -r "$URL" .
gsutil -m cp -r "$URL" model
+1
View File
@@ -16,6 +16,7 @@ cd fastBPE
python setup.py install
cd ..
pip install tensorflow-gpu==1.14
# Download the 512-length model if specified, 256-length otherwise
#if [ "$1" = "512" ]
#then