cyd0806 commited on
Commit
b9bd0c2
·
verified ·
1 Parent(s): 59ac5ca

Upload apex-master/docs/source/index.rst with huggingface_hub

Browse files
Files changed (1) hide show
  1. apex-master/docs/source/index.rst +53 -0
apex-master/docs/source/index.rst ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .. PyTorch documentation master file, created by
2
+ sphinx-quickstart on Fri Dec 23 13:31:47 2016.
3
+ You can adapt this file completely to your liking, but it should at least
4
+ contain the root `toctree` directive.
5
+
6
+ :github_url: https://github.com/nvidia/apex
7
+
8
+ Apex (A PyTorch Extension)
9
+ ===================================
10
+
11
+ This site contains the API documentation for Apex (https://github.com/nvidia/apex),
12
+ a Pytorch extension with NVIDIA-maintained utilities to streamline mixed precision and distributed training. Some of the code here will be included in upstream Pytorch eventually. The intention of Apex is to make up-to-date utilities available to users as quickly as possible.
13
+
14
+ Installation instructions can be found here: https://github.com/NVIDIA/apex#quick-start.
15
+
16
+ Some other useful material, including GTC 2019 and Pytorch DevCon 2019 Slides, can be found here: https://github.com/mcarilli/mixed_precision_references.
17
+
18
+ .. toctree::
19
+ :maxdepth: 1
20
+ :caption: AMP: Automatic Mixed Precision
21
+
22
+ amp
23
+
24
+ .. toctree::
25
+ :maxdepth: 1
26
+ :caption: Distributed Training
27
+
28
+ parallel
29
+
30
+ .. toctree::
31
+ :maxdepth: 1
32
+ :caption: Fused Optimizers
33
+
34
+ optimizers
35
+
36
+ .. toctree::
37
+ :maxdepth: 1
38
+ :caption: Fused Layer Norm
39
+
40
+ layernorm
41
+
42
+ .. .. toctree::
43
+ :maxdepth: 1
44
+ :caption: Deprecated mixed precision API
45
+ fp16_util
46
+
47
+ .. RNN
48
+
49
+ Indices and tables
50
+ ==================
51
+
52
+ * :ref:`genindex`
53
+ * :ref:`modindex`