Diff of /setup.sh [000000] .. [e95d78]

Switch to side-by-side view

--- a
+++ b/setup.sh
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+if [ -z "$TF" ]
+then
+    TF=tensorflow
+else
+    TF=tensorflow-gpu
+fi
+
+
+pip install -r requirements.txt
+pip install --upgrade $TF==1.8.0
+