Skip to content

Commit

Permalink
Merge branch 'smaller-weight-c' of github.com:asappresearch/sru into …
Browse files Browse the repository at this point in the history
…smaller-weight-c

# Conflicts:
#	sru/modules.py
  • Loading branch information
hpasapp committed Dec 17, 2020
2 parents f4e1687 + 2e67644 commit 7c27bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sru/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class SRUCell(nn.Module):
'dropout', 'bidirectional', 'has_skip_term', 'highway_bias',
'v1', 'rescale', 'activation_type', 'activation', 'custom_m',
'projection_size', 'num_matrices', 'layer_norm', 'weight_proj',
'scale_x']
'scale_x', 'normalize_after', 'weight_c_init',]

scale_x: Tensor
weight_proj: Optional[Tensor]
Expand Down

0 comments on commit 7c27bea

Please sign in to comment.