Open BrisksHan opened 1 day ago
I did change the name of the files from 32 to 35, and model works, yet, when predicting the labels, there is an addtional error
test_pearsons, test_rMSE, test_spearman, test_MAE = ret_test[1], ret_test[2], ret_test[3], ret_test[4]
IndexError: list index out of range
Any reason that could cause this issue?
Many thanks
I got the following errors:
FileNotFoundError: [Errno 2] No such file or directory: 'data/sub/SE_sub_index_50_35.npy'
I did find the following two files: SE_sub_index_50_32.npy SE_sub_index_mask_50_32.npy
are they supposed to be the same? Should I just change the file name?
Thanks