-
Notifications
You must be signed in to change notification settings - Fork 176
Reproducing CIFAR-10 Results #9
Comments
Update: Changed the augmentations to include resized cropping to a 32x32 image size and it improved the accuracy. Will update with new results once it finishes training. Update 2: |
Hi, could you share the resized cropping you used ? |
Sure, |
For details, it may be helpful to check the demo released in the moco codebase: https://colab.research.google.com/github/facebookresearch/moco/blob/colab-notebook/colab/moco_cifar10_demo.ipynb |
Hi again, With the CIFAR ResNet18 I am getting 88.4% on knn accuracy. What were your results (on the supplementary there is not the exact number for the knn evaluation) ? I am not sure on several things (might be details): What is the size you used for the projection head and the predictor ? In the MoCo demo they use the default arguments for RandomResizeCrop what were your values ? Also could there be a difference coming from the fact that I am working on a single GPU (and not using the trick used in the MoCo demo to split the batches) ? Thanks :) |
@elias-ramzi |
No I was use using the same augmentations as SimSiam without gaussian blur. |
I see. No I didn't. Thanks! Let me try that. Did you use 128 as the |
In the supplementary material it is said that they used |
Hi bro, how many parameters in your CIFAR ResNet18, I can get only 78% with CIFAR resnet 18, but 89% with resnet 18 |
Hi, sorry for the late response: I have 14580800 parameters for the CIFAR resnet18 |
hi @ardywibowo , have you tried it with tiny-imagenet dataset, I have trained and used the pre-trained model to do an linear classification but result look really bad |
我在高光谱数据上跑这个代码的时候,线性分类精度只有55%,请问各位大佬,我需要在哪些地方改进,我的数据增强就是单一的高斯噪声,我的代码有问题吗,还是说我要修改优化器还是啥
你好,你后面是如何提高的线性分类精度呢 |
我在高光谱数据上跑这个代码的时候,线性分类精度只有55%,请问各位大佬,我需要在哪些地方改进,我的数据增强就是单一的高斯噪声,我的代码有问题吗,还是说我要修改优化器还是啥 |
Hello,
I was trying to modify the code to work on the CIFAR-10 dataset and I'm having some trouble. I have changed the following:
But I can't seem to get it to work. I'm getting only about 37% accuracy with both the Linear finetuning and kNN. Do you have any additional implementation details that I may have missed?
The text was updated successfully, but these errors were encountered: