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

changing the config, bi-LSTM, smaller hidden layers

parent 194b052f
Branches
No related tags found
1 merge request!1Master into main
...@@ -35,7 +35,7 @@ Optimizer: Adam # in {Adam} ...@@ -35,7 +35,7 @@ Optimizer: Adam # in {Adam}
#Training parameters #Training parameters
Training: Training:
Epochs: 30 Epochs: 20
#Model selection #Model selection
Model: Model:
...@@ -50,7 +50,7 @@ LinearRegression: ...@@ -50,7 +50,7 @@ LinearRegression:
BidirectionalLSTM: BidirectionalLSTM:
HiddenSize: 70 HiddenSize: 70
NumLayers: 6 NumLayers: 4
Initialization: None Initialization: None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment