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
I noticed that you used testList = random.choices(testList, k=k) to randomly select validation examples. Does it mean the validation set is different every time and you just used one batch in validation? Thank you :)