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:31 +0300
committerSoumith Chintala <soumith@gmail.com>2014-11-18 20:38:31 +0300
commitcf8059d83344eac5d9dbb61148fb6099e0a58704 (patch)
treeb38c8d457f27bab8e15db88b8d344c82615f58d9 /README.md
parent564b5ce6d4f0788e79736ea944ed2a6c6935cf6e (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 28e5fee..ceb1790 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 4D, even for ReLU, SoftMax etc.
+-- All inputs have to be 3D or 4D, 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)