Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

(trivial) fix get_standardized_layers spelling #1529

Merged
merged 1 commit into from
Apr 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tensor2tensor/layers/common_attention.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def memeff_attention_fn(*args, **kwargs):


def add_standard_attention_hparams(hparams):
"""Adds the hparams used by get_standadized_layers."""
"""Adds the hparams used by get_standardized_layers."""
# All hyperparameters ending in "dropout" are automatically set to 0.0
# when not in training mode.

Expand Down