OpenKE
OpenKE copied to clipboard
Why do we need batch_y?
Hello, for the training the TrainDataLoader uses a batch_y for the data sampling (which is then used for training), what is that and why is it needed? I get the batch_h/t/r but I don't understand why those are not enough😅
Thanks in advance.