SMP icon indicating copy to clipboard operation
SMP copied to clipboard

Pytorch implementation for Deep Self-Learning From Noisy Labels

Results 4 SMP issues
Sort by recently updated
recently updated
newest added

Hi, thanks for sharing your implementation. I have two questions about it: 1. Does it also work on tabular data? 2. Is it possible to identify the noisy instances (return...

hi, blogger!I also find the unstable problem by using the SMP algorithm, and I think it is caused by random sampling. Do you have any idea ?

Hello, I think there is an error in the code here. In each epoch,the sample of dataset is different.The y_pseudo and the batch_y can not be mapped correctly by the...