You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: