From ececd516c3c002f61f6454fb40024658a9a46b42 Mon Sep 17 00:00:00 2001 From: Yandi <yandirzm@gmail.com> Date: Sat, 11 Feb 2023 22:27:46 +0100 Subject: [PATCH] bilstm num_days_365 --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 6c62c55..da327d7 100644 --- a/config.yml +++ b/config.yml @@ -1,6 +1,6 @@ # Dataset Configuration Dataset: - num_days: 73 # Number of days in each sequence - should be the same as in Test - + num_days: 365 # Number of days in each sequence - should be the same as in Test - batch_size: 128 num_workers: 7 valid_ratio: 0.2 -- GitLab