Mention Python dependencies for training.

This commit is contained in:
Brandon Amos 2015-12-17 11:42:58 -05:00
parent 33c2b687ed
commit eea992b458
2 changed files with 6 additions and 0 deletions

View File

@ -75,3 +75,6 @@ sequence is sampled and correctly set `-epochNumber`.
## 4. Analyze training
Visualize the loss with [training/plot-loss.py](https://github.com/cmusatyalab/openface/blob/master/training/plot-loss.py).
Install the Python dependencies from
[training/requirements.txt](https://github.com/cmusatyalab/openface/blob/master/training/requirements.txt)
with `pip2 install -r requirements.txt`.

View File

@ -0,0 +1,3 @@
matplotlib==1.5.0
numpy==1.10.1
pandas==0.17.0