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

mkdocs.yml - github.com/torch/nn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f38456dca6cf5efa550ecb100afac49709f709ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
site_name: nn
theme : simplex
repo_url : https://github.com/torch/nn
use_directory_urls : false
markdown_extensions: [extra]
docs_dir : doc
pages:
- [index.md, Home]
- [module.md, Modules, Module Interface]
- [containers.md, Modules, Containers]
- [transfer.md, Modules, Transfer Functions]
- [simple.md, Modules, Simple Layers]
- [table.md, Modules, Table Layers]
- [convolution.md, Modules, Convolution Layers] 
- [criterion.md, Criterion, Criterions]
- [overview.md, Additional Documentation, Overview]
- [training.md, Additional Documentation, Training]
- [testing.md, Additional Documentation, Testing]