predict smoothing
[asr1617data.git] / makevenv.sh
index 0146460..dfb2ab7 100755 (executable)
@@ -3,5 +3,4 @@ deactivate || true
 virtualenv -p python3 --system-site-packages . 
 . bin/activate
 pip install --upgrade keras h5py python_speech_features pympi-ling scipy
-#pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/protobuf-3.1.0-cp36-none-linux_x86_64.whl
 deactivate