Add new TDS dependency to docs.

\cc @aaronnech

For #132
This commit is contained in:
Brandon Amos 2016-05-07 20:46:49 -04:00
parent 58ac0cf7f0
commit 0044a7817c
1 changed files with 3 additions and 1 deletions

View File

@ -153,6 +153,8 @@ where `$NAME` is as listed below.
(only with CUDA)
+ [fblualib](https://github.com/facebook/fblualib)
(only for [training a DNN](http://cmusatyalab.github.io/openface/training-new-models/))
+ [tds](https://github.com/torch/tds)
(only for [training a DNN](http://cmusatyalab.github.io/openface/training-new-models/))
+ [torchx](https://github.com/nicholas-leonard/torchx)
(only for [training a DNN](http://cmusatyalab.github.io/openface/training-new-models/))
+ [optnet](https://github.com/fmassa/optimize-net)
@ -161,7 +163,7 @@ where `$NAME` is as listed below.
These can all be installed with:
```
for NAME in dpnn nn optim optnet csvigo cutorch cunn fblualib torchx; do luarocks install $NAME; done
for NAME in dpnn nn optim optnet csvigo cutorch cunn fblualib torchx tds; do luarocks install $NAME; done
```
### OpenFace