Closed lancesye closed 2 years ago
Shuffle set True in train_loader. In a new training epoch, the orders of training sample will suffle, not same as the last return_train_mask.
Thanks for valuable feedback, I have updated the code and set shuffle=False. The code would not work properly with the shuffle set as True.
Shuffle set True in train_loader. In a new training epoch, the orders of training sample will suffle, not same as the last return_train_mask.