Layer normalization implemented in PyTorch
Project description
PyTorch Layer Normalization
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for torch-layer-normalization-0.10.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f11a076a044fdcb802dbea481785a388ac2dfe583673f886a68d134784ad5a3 |
|
MD5 | bd3f7f95f930d58c2262357445b64a60 |
|
BLAKE2b-256 | 2089e42bd75791e48e20fce9f3ca190590e98019ff0b9c79eba8cea52b08a0a3 |