upd: corrected split mapper
Browse files
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: "
|
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 |
|