Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Fix typo #255

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 nmt/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ def _build_bidirectional_rnn(self, inputs, sequence_length,
num_bi_layers,
num_bi_residual_layers,
base_gpu=0):
"""Create and call biddirectional RNN cells.
"""Create and call bidirectional RNN cells.

Args:
num_residual_layers: Number of residual layers from top to bottom. For
Expand Down