Hello, i want to ask about the data when i use KoNVid as the dataset,
1.in your End2End_train.py, the data is sorted and the first 80% is used as the training set, and the last 20% is used as the validation set, however, in your test_model.py, x_test_konvid.npy and y_test_konvid.npy don't look likes the same split,
2.In the y_test_konvid.npy, the values of the labels seem to be between 0 and 1, while the original labels are between 1.22 and 4.64. Have these data undergone some preprocessing?
I would be very grateful if you could answer my doubts!
Hello, i want to ask about the data when i use KoNVid as the dataset,
1.in your End2End_train.py, the data is sorted and the first 80% is used as the training set, and the last 20% is used as the validation set, however, in your test_model.py, x_test_konvid.npy and y_test_konvid.npy don't look likes the same split,
2.In the y_test_konvid.npy, the values of the labels seem to be between 0 and 1, while the original labels are between 1.22 and 4.64. Have these data undergone some preprocessing?
I would be very grateful if you could answer my doubts!