-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathconfig.yaml
61 lines (56 loc) · 1.46 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
baseURL: https://pytorch-ignite.ai
contentDir: src
enableEmoji: true
enableGitInfo: true
googleAnalytics: G-NQNJSZEFB4 # Put in your tracking code without quotes like this: UA-XXXXXX...
publishdir: dist
title: PyTorch-Ignite
theme: ignite
paginate: 9
taxonomies:
tag: tags
markup:
goldmark:
renderer:
unsafe: true
staticDir:
- static
- static/examples/
- static/examples/how-to-guides/
taxonomies:
tag: tags
params:
description: High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.
nav:
- text: Docs
children:
- text: Guides
link: /how-to-guides/
- text: Tutorials
link: /tutorials/
- text: Concepts
link: /concepts/
- text: API Reference
link: https://pytorch.org/ignite/engine.html
- text: Blog
link: /blog/
- text: Ecosystem
link: /ecosystem/
- text: About
children:
- text: Community
link: /about/community/
- text: Contribution Guide
link: /about/contribution-guide/
- text: Code of Conduct
link: /about/coc/
- text: Talks
link: /talks/
- text: Governance
link: /about/governance/
- text: GitHub
link: https://github.com/pytorch/ignite
- text: Playground
link: https://pytorch-ignite.ai/playground
- text: Code-Generator
link: https://code-generator.pytorch-ignite.ai/