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>2017-02-22 20:25:32 +0300
committerGitHub <noreply@github.com>2017-02-22 20:25:32 +0300
commit19bee86405a4c46458ccbf2d5b005be4e8a2672e (patch)
treea93b408cdefd6b91715d2a43fc057db99e6ebec1
parent3e98a01ef457d486c5367cfe95ff93f51cfbd515 (diff)
parent41178564c364ee9fba8986faf32f695ac5cad22d (diff)
Merge pull request #337 from brollb/patch-1
Fixed typo in docs
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e454303..ed3e610 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ If you don't want to convert all modules you can pass a function as the third ar
It will be called at each step, with a module that is currently converted. It is meant to exclude
modules i.e. if it returns `true`, they will be left untouched, otherwise they will be subject to conversion.
-`Note that you cannot do backward pass when using cuDNN and when your model has batch normaliation layers and is in evaluate mode.`
+`Note that you cannot do backward pass when using cuDNN and when your model has batch normalization layers and is in evaluate mode.`
```lua
net = nn.Sequential()