Skip to content
Snippets Groups Projects
Commit f058b79d authored by Michael Langguth's avatar Michael Langguth
Browse files

Minor correction to data_split-template. Remove also...

Minor correction to data_split-template. Remove also data_split_config-directory from .gitignore, since the cutomized datasplit-files are stored in individual training directories.
parent 301633c3
Branches
Tags
No related merge requests found
...@@ -127,8 +127,3 @@ video_prediction_tools/HPC_scripts/** ...@@ -127,8 +127,3 @@ video_prediction_tools/HPC_scripts/**
video_prediction_tools/nonHPC_scripts/** video_prediction_tools/nonHPC_scripts/**
!video_prediction_tools/nonHPC_scripts/*_template.sh !video_prediction_tools/nonHPC_scripts/*_template.sh
# Ignore datasplit config files
video_prediction_tools/data_split/**
!video_prediction_tools/data_split/datasplit_template.json
!video_prediction_tools/data_split/cv_test.json
!video_predcition_tools/Zam347_scripts/config_train.py
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
# #
# Explanation: In the following, the data of the whole year 2015 and the first half of 2016 is used for training, # 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. # while the data of 2017 and 2018 are used for validation and testing, respectively.
# Be aware that this is a prue data file, i.e. do not make use of any Python-functions such as np.range or similar here! # Be aware that this is a pure data file, i.e. do not make use of any Python-functions
# such as np.range or similar here!
{ {
"train":{ "train":{
"2015":[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],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment