Correct cudnn package name.

This commit is contained in:
Brandon Amos 2015-12-17 08:46:17 -05:00
parent fe56897ddc
commit 4a0449e44c
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ 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)
+ [cudnn](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/))