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

github.com/soumith/cudnn.torch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2014-11-18 20:38:51 +0300
committerSoumith Chintala <soumith@gmail.com>2014-11-18 20:38:51 +0300
commitb38b1a17251639eb68df4acde5784a661e2c8888 (patch)
tree1f2f003bfc2e80548fe514a3f656b8d14588e7c1 /README.md
parentcf8059d83344eac5d9dbb61148fb6099e0a58704 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ceb1790..52bdf05 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Modules are API compatible their [`nn`](https://github.com/torch/nn) equivalents
#### Modules
```
--- All inputs have to be 3D or 4D, even for ReLU, SoftMax etc.
+-- All inputs have to be 3D or 4D(batch-mode), even for ReLU, SoftMax etc.
cudnn.SpatialConvolution(nInputPlane, nOutputPlane, kW, kH, dW, dH, padW, padH)
cudnn.SpatialMaxPooling(kW, kH, dW, dH)
cudnn.SpatialAveragePooling(kW, kH, dW, dH)