From ce200cbb04381b08cdf906fac2e8c55a14bb685b Mon Sep 17 00:00:00 2001
From: Michael <m.langguth@fz-juelich.de>
Date: Wed, 10 Feb 2021 17:46:24 +0100
Subject: [PATCH] Adopt datasplit_template.json for usage as a template. Note
 that the comments are removed in generate_runscript.py.

---
 video_prediction_tools/data_split/datasplit_template.json | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/video_prediction_tools/data_split/datasplit_template.json b/video_prediction_tools/data_split/datasplit_template.json
index cae673c2..e3067e32 100644
--- a/video_prediction_tools/data_split/datasplit_template.json
+++ b/video_prediction_tools/data_split/datasplit_template.json
@@ -1,6 +1,5 @@
-# NOTE: This json-file should not be processed and simply serves as an exemplary file for configuringing the datasplit.
-#       If you would like to generate your own datasplit config file, you may copy this template and modify it to your personal needs.
-#       However, remember to remove any comment lines (starting with #) from your config-file then!!!
+# NOTE: Please configure this JSON-files according your needs. Any line starting with # will be removed 
+#       when editing is invoked from generate_runscript.py. 
 #
 # Explanation: In the following, the data of the whole year 2015 and the first half of 2016 is used for training,
 #              while the data of 2017 and 2018 are used for validation and testing, respectively.
-- 
GitLab