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

github.com/torch/nn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYangbin Zhang <nikefd@gmail.com>2017-06-28 06:52:03 +0300
committerGitHub <noreply@github.com>2017-06-28 06:52:03 +0300
commitc81906c3875b9ea09e1aef79b8647ad65e33bbd0 (patch)
treef655a55f66f37f2b799f03df86ea8d3fab5da76d
parentee35779c3a5b849f45290c942d66c6cdc7dd6b45 (diff)
Update criterion.md
-rw-r--r--doc/criterion.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/criterion.md b/doc/criterion.md
index 000fcb7..06d97dc 100644
--- a/doc/criterion.md
+++ b/doc/criterion.md
@@ -181,7 +181,7 @@ crit.nll.sizeAverage = false
```
The losses are averaged across observations for each minibatch.
-<a name="nn.ClassSimplexCriterion"/>
+<a name="nn.ClassSimplexCriterion"></a>
## ClassSimplexCriterion ##
```lua