Skip to content
Snippets Groups Projects
Commit d91a5ef6 authored by Yandi's avatar Yandi
Browse files

bilstm with dropout

parent 76c50cc4
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ LinearRegression: ...@@ -64,7 +64,7 @@ LinearRegression:
BidirectionalLSTM: BidirectionalLSTM:
HiddenSize: 16 HiddenSize: 16
NumLayers: 2 NumLayers: 2
LSTMDropout: 0 LSTMDropout: 0.2
FFNDropout: 0 FFNDropout: 0
NumFFN: 3 NumFFN: 3
Initialization: init_he Initialization: init_he
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment