Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/cunn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2016-08-27 21:02:44 +0300
committerGitHub <noreply@github.com>2016-08-27 21:02:44 +0300
commitd6529667989c549cc9bd396b004c75fa0ca6adbe (patch)
treea330f01b450263f15c6315f6f3a7e224122452cf
parentb6e4a612ccff64bdc5f888f5acb8594df238bcdf (diff)
Update README.md
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 484a752..22f490f 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,13 @@
This package provides a CUDA implementation for many of the modules in the base nn package: [nn](https://github.com/torch/nn/blob/master/README.md)
* [Modules](doc/cunnmodules.md#nn.cunnmodules.dok): There are also additional GPU-related modules not found in the nn package.
+## Installing from source
+```bash
+git clone https://github.com/torch/cunn
+cd cunn
+luarocks make rocks/cunn-scm-1.rockspec
+```
+
## To use
Simply convert your network model to CUDA by calling `:cuda()`: