We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f807c commit 9a934ccCopy full SHA for 9a934cc
1 file changed
tensor2tensor/layers/modalities.py
@@ -76,7 +76,7 @@ def _get_weights(self, hidden_dim=None):
76
"""Create or get concatenated embedding or softmax variable.
77
78
Args:
79
- hidden_dim: dim of the variable. Defaults fo self._body_input_depth
+ hidden_dim: dim of the variable. Defaults to self._body_input_depth
80
81
Returns:
82
a list of self._num_shards Tensors.
0 commit comments