Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taoleicn authored Mar 19, 2021
1 parent 90754d6 commit 6e0038e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ rnn = SRU(input_size, hidden_size,
dropout = 0.0, # dropout applied between RNN layers
bidirectional = False, # bidirectional RNN
layer_norm = False, # apply layer normalization on the output of each layer
highway_bias = 0, # initial bias of highway gate (<= 0)
rescale = True, # whether to use scaling correction
highway_bias = -2, # initial bias of highway gate (<= 0)
)
rnn.cuda()

Expand Down

0 comments on commit 6e0038e

Please sign in to comment.