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:
authorAndrew Tulloch <andrew@tullo.ch>2014-12-12 17:49:05 +0300
committerAndrew Tulloch <andrew@tullo.ch>2014-12-12 17:49:05 +0300
commit5793084a90325c8164fc2a93c5cff8cbe124b3e7 (patch)
treec6a8027953fa296fff3d8d2ca101e6ef6590577b /README.md
parent2a95c5c0ccf0d1862b4a167ba4a523786e6862a2 (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 52bdf05..5d45414 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Modules are API compatible their [`nn`](https://github.com/torch/nn) equivalents
#### Modules
-```
+```lua
-- 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)