Commit 67ad3065 authored by Michael Carilli's avatar Michael Carilli
Browse files

Adding layernorm docs

parent 64f3d362
...@@ -44,6 +44,12 @@ Installation requires CUDA 9 or later, PyTorch 0.4 or later, and Python 3. Insta ...@@ -44,6 +44,12 @@ Installation requires CUDA 9 or later, PyTorch 0.4 or later, and Python 3. Insta
optimizers optimizers
.. toctree::
:maxdepth: 1
:caption: Fused Layer Norm
layernorm
.. reparameterization .. reparameterization
.. RNN .. RNN
......
.. role:: hidden
:class: hidden-section
apex.normalization.fused_layer_norm
===================================
.. automodule:: apex.normalization.fused_layer_norm
.. currentmodule:: apex.normalization.fused_layer_norm
.. FusedAdam
----------
.. autoclass:: FusedLayerNorm
:members:
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment