From 7f36d1c97011f7c83bb4d7fe32ee6ad6e637f17f Mon Sep 17 00:00:00 2001 From: Yandi <yandirzm@gmail.com> Date: Sat, 11 Feb 2023 22:28:32 +0100 Subject: [PATCH] bilstm num_days_365_without_dropout --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index da327d7..4f808a7 100644 --- a/config.yml +++ b/config.yml @@ -64,7 +64,7 @@ LinearRegression: BidirectionalLSTM: HiddenSize: 16 NumLayers: 2 - LSTMDropout: 0.2 + LSTMDropout: 0 FFNDropout: 0 NumFFN: 3 Initialization: init_he -- GitLab