diff --git a/generator/ctrl/install_ctrl.sh b/generator/ctrl/install_ctrl.sh index 349032d..cb2fb56 100755 --- a/generator/ctrl/install_ctrl.sh +++ b/generator/ctrl/install_ctrl.sh @@ -17,6 +17,11 @@ python setup.py install cd .. pip install tensorflow-gpu==1.14 + +curl https://sdk.cloud.google.com | bash +exec -l $SHELL +gcloud init + # Download the 512-length model if specified, 256-length otherwise #if [ "$1" = "512" ] #then