[bbafc7]: / ecg / setup.sh

Download this file

14 lines (9 with data), 150 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#!/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