fewshot-CAN
fewshot-CAN copied to clipboard
Code of Cross Attention Network for Few-shot Classification (NeurIPS 2019).
Dear auther there is some question in my mind: in the train stage, the num_classes is 64 which is the number of the miniImageNet_train.pickle, however, when i use the test.py...
I have downloaded Imagenet dataset (~140GB) then ran [tiered imagenet tools](https://github.com/yaoyao-liu/tiered-imagenet-tools) on it to build the tiered imagent dataset, but it's not loading properly in your code. The error I...
Hello! While reading the paper associated with the code, I noticed that in the paper (page 5 formula 5 & 6), the L1 is the "nearest neighbor classification loss" while...
数据集问题
您好,请问数据集实在哪里下载呀,就是需要自己把miniImageNet分开在跑实验么?miniImageNet_load.py是干什么的?我下载了您引用的一篇文章的数据集,里面是 .pickle文件有什么用呢?谢谢
关于代码的问题
您好: 您的代码很简洁,方法的效果也是sota。 但是我想请教一下,您在meta-train之前是否在base class上做过预训练呢?我直接运行您提供的train.py(所有参数均未改动),得到的结果只有百分之二十多?不知道是哪里出了问题,希望能得到您的回复,谢谢!
Dear author, can ask you about which parts of your code cam.py is about meta learner to achieve? Thank you for your time reading my issues. Best wishes!