Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Feb 16, 2019
Feb 16, 2019
Feb 16, 2019
Feb 16, 2019
Feb 16, 2019
Feb 16, 2019
Feb 16, 2019
Feb 16, 2019
Jun 6, 2020
Feb 16, 2019

README.md

PyTorch Layer Normalization

Travis Coverage

Implementation of the paper: Layer Normalization

Install

pip install torch-layer-normalization

Usage

from torch_layer_normalization import LayerNormalization

LayerNormalization(normal_shape=normal_shape)
# The `normal_shape` could be the last dimension of the input tensor or the shape of the input tensor.
You can’t perform that action at this time.