knowledge_representation_pytorch icon indicating copy to clipboard operation
knowledge_representation_pytorch copied to clipboard

Choice of Validation Examples

Open SRL94 opened this issue 4 years ago • 0 comments

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 :)

SRL94 avatar Mar 25 '21 10:03 SRL94