diff --git a/docs/setup.md b/docs/setup.md index f264250..65f5d17 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -141,7 +141,6 @@ where `$NAME` is as listed below. + [nn](https://github.com/torch/nn) + [optim](https://github.com/torch/optim) + [csvigo](https://github.com/clementfarabet/lua---csv) -+ [cudnn.torch](https://github.com/soumith/cudnn.torch) (only for CUDA support) + [fblualib](https://github.com/facebook/fblualib) (only for [training a DNN](http://cmusatyalab.github.io/openface/training-new-models/)) diff --git a/training/model.lua b/training/model.lua index 70470fb..e4a948f 100644 --- a/training/model.lua +++ b/training/model.lua @@ -1,6 +1,5 @@ require 'nn' require 'cunn' -require 'cudnn' require 'dpnn' require 'optim'