index.rst 1.15 KB
Newer Older
Christian Sarofeen's avatar
Christian Sarofeen committed
1
2
3
4
5
.. PyTorch documentation master file, created by
   sphinx-quickstart on Fri Dec 23 13:31:47 2016.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

6
:github_url: https://github.com/nvidia/apex
Christian Sarofeen's avatar
Christian Sarofeen committed
7

8
Apex (A PyTorch Extension)
Christian Sarofeen's avatar
Christian Sarofeen committed
9
10
===================================

11
12
This site contains the API documentation for Apex (https://github.com/nvidia/apex),
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.
Christian Sarofeen's avatar
Christian Sarofeen committed
13

14
Installation requires CUDA 9 or later, PyTorch 0.4 or later, and Python 3. Installation can be done by running
Christian Sarofeen's avatar
Christian Sarofeen committed
15
16
17
18
19
20
21
22
23
::
  git clone https://www.github.com/nvidia/apex
  cd apex
  python setup.py install

	       

.. toctree::
   :maxdepth: 1
24
   :caption: FP16/Mixed Precision Training
Christian Sarofeen's avatar
Christian Sarofeen committed
25
26

   fp16_utils
27
28
29
30
31
32
33
34
35

.. toctree::
   :maxdepth: 1
   :caption: Distributed Training

   parallel

..   reparameterization
..   RNN
Christian Sarofeen's avatar
Christian Sarofeen committed
36
37
38
39
40
41
   
Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`