knowledge_representation_pytorch
knowledge_representation_pytorch copied to clipboard
Choice of Validation Examples
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 :)