splits = { "train": ["00", "01", "02", "03", "04", "05", "06", "07", "09", "10"], "val": ["08"], "test": ["11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21"], }
I found the config use val split to test. Whether the test split is not used?
splits = { "train": ["00", "01", "02", "03", "04", "05", "06", "07", "09", "10"], "val": ["08"], "test": ["11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21"], }
I found the config use val split to test. Whether the test split is not used?