You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to change the backbone from Conv64-4 to ResNet12, but it is harmful for the accuracy. Is this model not suitable for large networks like ResNet or there is a bug in my code? And I found that the 5-shot situation usually fails, even with Conv64-4.
The text was updated successfully, but these errors were encountered:
Our model is a general framework for ConvNet and ResNet. This repo aims to provide simple code for reproducing the results in our ICLR19 paper.
For ResNet12, I think you need to carefully tune the optimizer/learning rate (e.g., utilize SGD with momentum, tune lr and decay steps) as well as more iterations. Recent work reproduced our algorithm on ResNet and obtained good performance, e.g., "Learning to Self-Train for Semi-Supervised Few-Shot Classification".
I try to change the backbone from Conv64-4 to ResNet12, but it is harmful for the accuracy. Is this model not suitable for large networks like ResNet or there is a bug in my code? And I found that the 5-shot situation usually fails, even with Conv64-4.
The text was updated successfully, but these errors were encountered: