Sel-CL icon indicating copy to clipboard operation
Sel-CL copied to clipboard

Results 5 Sel-CL issues
Sort by recently updated
recently updated
newest added

I just got 91.31 % top1 Accuracy on dataset 'CIFAR-10' which was 95.5% in your paper. what's the difference of experimental parameters between the original paper and the following two...

@ShikunLi Hi, I find an error in the compute of unsupervised mask of mixed image, here we should let `mask2Unsup_batch` be the same mask matrix as `maskUnsup_batch` and `mask2Unsup_mem` be...

This is a good work. However, the training efficiency is somehow low~ In the training stage, the GPU utilization is about 50-60%. In the "pare-wise selection" stage, the GPU utilization...

as mentioned in https://github.com/DiegoOrtego/LabelNoiseMOIT/issues/5 , there also exits an error in your code: > There may be a mistake that the elements of first dist.size()[0] at dim 1 are always...

Hi, I tried installing apex0.1 using the code 1. 1st this """%%writefile setup.sh git clone https://github.com/NVIDIA/apex cd apex pip install -v --disable-pip-version-check --no-cache-dir ./""" and then this """!sh setup.sh""" after...