lukasbraach commited on
Commit
ed988b1
·
verified ·
1 Parent(s): ab89da9

upd: corrected split mapper

Browse files
Files changed (1) hide show
  1. rwth_phoenix_weather_2014.py +1 -1
rwth_phoenix_weather_2014.py CHANGED
@@ -91,7 +91,7 @@ class RWTHPhoenixWeather2014(datasets.GeneratorBasedBuilder):
91
 
92
  dataDirMapper = {
93
  datasets.Split.TRAIN: "train",
94
- datasets.Split.VALIDATION: "val",
95
  datasets.Split.TEST: "test",
96
  }
97
 
 
91
 
92
  dataDirMapper = {
93
  datasets.Split.TRAIN: "train",
94
+ datasets.Split.VALIDATION: "dev",
95
  datasets.Split.TEST: "test",
96
  }
97