MLNT icon indicating copy to clipboard operation
MLNT copied to clipboard

Meta-Learning based Noise-Tolerant Training

Results 8 MLNT issues
Sort by recently updated
recently updated
newest added

when I run the main code with my dataset, it comes to this error: line 116, in train targets_fast[idx] = targets[neighbor[random.randint(1,num_neighbor)]] IndexError: index 5 is out of bounds for dimension...

since the pretrain size is 224 but cifar size is 32, so, directly use this code would cause the out size error, could you please tell me how can I...

Could you please help me out? When I use --batch_num=32, I cannot run the code on a single GPU. My GPU is Tesla P100-SXM2 16G. I only can run the...

我试过了0.3.1, 0.4.1和最新版本,都出现不同程度的错误(都发生在main.py),谢谢

`RuntimeError: Can't detach views in-place. Use detach() instead` I have no idea why it can't detach views in-place. Any way to get around this problem? thanks! pytorch 1.3.1

Dear author. Why are you updating class_loss and consistent_loss at the same time? In Algorithm1, it seems that its processing is decoupled. I'm sorry if I have misunderstood.

It seems that the current version do not contain iterative training? Or I miss it?