predict smoothing
[asr1617data.git] / makevenv.sh
1 #!/bin/bash
2 deactivate || true
3 virtualenv -p python3 --system-site-packages .
4 . bin/activate
5 pip install --upgrade keras h5py python_speech_features pympi-ling scipy
6 deactivate