Closed westbalon closed 1 year ago
Apologies for the late response. I don't have much insight into few shot learning. I wonder if this other library could help: https://github.com/sicara/easy-few-shot-learning
By the way, what kind of performance are you getting so far?
Hi, could you please give any recommendation for few-shot learning using this library?
I have a dataset of 150 classes and 36k images for pre-training, then support set of 5 classes with 15 images per class, and I can't get good results yet.
I tried multiple losses, training with classifier, pre-training on main dataset (and then transfer learning with 75 images), combining support with main dataset, performing KNN classification based on centroids after training. For now I get best results with this code, but still not good enough, please have a look, maybe you have some thoughts especially on training with 15 images per class