SOP
SOP copied to clipboard
Official Implementation of Robust Training under Label Noise by Over-parameterization
Hi ! Firstly thanks a lot for your work :) I am trying to use SOP on another work but I throws an error ```python model1 = model1(num_classes=10) model2 =...
Sorry to bother,I have a question about the warmup epoch about sop.I found the given config is zero.Have you used the warmup before training sop?
Dear liu, In Algorithm 1, it is written that u uses CE as the loss function to optimize, and v uses MSE. But in the code, u not only uses...