Mention Python dependencies for training.
This commit is contained in:
parent
33c2b687ed
commit
eea992b458
|
@ -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`.
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
matplotlib==1.5.0
|
||||
numpy==1.10.1
|
||||
pandas==0.17.0
|
Loading…
Reference in New Issue