From 1e8f7f735e95da88e58db07a0315c503ac7c80c6 Mon Sep 17 00:00:00 2001 From: stadtler1 <s.stadtler@fz-juelich.de> Date: Fri, 28 Aug 2020 10:02:27 +0200 Subject: [PATCH] Current configuration of years for training, validation and testing. --- .../video_prediction/datasets/era5_dataset_v2.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/video_prediction_savp/video_prediction/datasets/era5_dataset_v2.py b/video_prediction_savp/video_prediction/datasets/era5_dataset_v2.py index 63cff248..2fb693e4 100644 --- a/video_prediction_savp/video_prediction/datasets/era5_dataset_v2.py +++ b/video_prediction_savp/video_prediction/datasets/era5_dataset_v2.py @@ -371,12 +371,12 @@ def main(): ############################################################ partition = { "train":{ - "2222":[1,2,3,5,6,7,8,9,10,11,12], # Issue due to month 04, it is missing - # "2010":[1,2,3,4,5,6,7,8,9,10,11,12], + # "2222":[1,2,3,5,6,7,8,9,10,11,12], # Issue due to month 04, it is missing + "2010":[1,2,3,4,5,6,7,8,9,10,11,12], # "2012":[1,2,3,4,5,6,7,8,9,10,11,12], - # "2013":[1,2,3,4,5,6,7,8,9,10,11,12], - # "2015":[1,2,3,4,5,6,7,8,9,10,11,12], - # "2019":[1,2,3,4,5,6,7,8,9,10,11,12] + "2013":[1,2,3,4,5,6,7,8,9,10,11,12], + "2015":[1,2,3,4,5,6,7,8,9,10,11,12], + "2019":[1,2,3,4,5,6,7,8,9,10,11,12] }, "val": {"2017":[1,2,3,4,5,6,7,8,9,10,11,12] -- GitLab