CasRel-pytorch-reimplement
CasRel-pytorch-reimplement copied to clipboard
why randomly select one subject in data_loader.py
In line 72 of your data_loader.py, why only select one subject instead of performing subsequent operations on all subjects? Thanks in advance!
In the original code of CasRel model, the subject is also selected randomly.
Yeah, and why? I didn't find the theoretical basis of it in original paper. I am confused. -_- Please!