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

bilstm trying to deal with NaN by creating a shallower network

parent 4d3f8c89
Branches
No related tags found
1 merge request!1Master into main
......@@ -58,12 +58,12 @@ LinearRegression:
Initialization: init_he
BidirectionalLSTM:
HiddenSize: 32
NumLayers: 4
HiddenSize: 16
NumLayers: 2
LSTMDropout: 0
FFNDropout: 0.2
NumFFN: 8
Initialization: None
NumFFN: 3
Initialization: init_he
RNN:
HiddenSize: 32
......
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