DPGN icon indicating copy to clipboard operation
DPGN copied to clipboard

[CVPR 2020] DPGN: Distribution Propagation Graph Network for Few-shot Learning.

Results 21 DPGN issues
Sort by recently updated
recently updated
newest added

在为miniImageNet分类中使用DPGN backbone为convNet 5way5shot的情况下准确率与文中相应情况的准确率差别有5%。请问是为什么呢?

Bumps [numpy](https://github.com/numpy/numpy) from 1.17.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Can you provide the code of WRN and ResNet18 in the backbone.py?Thanks a lot.

Hi,DPGN teams: I am interested in your paper,so I ran your code on my computer. When I ran the 5-way 1-shot task, I found that the test_ACC value began to...

hi,can you help me? Thank you very much. Traceback (most recent call last): File "main.py", line 580, in main() File "main.py", line 571, in main trainer.train() File "main.py", line 84,...

Hi, I wanted to check this model out and test it for a dateset of images that I have. Is that currently possible? Regards.

Hi, I want to use my own dataset on this model, but i also want to show which the query data is running now[ex. image.show()]. did you have any idea...

这边尝试在自己的机子上跑您的代码,2080ti 11GB,但只有5way-1shot的ConvNet能跑起来,5shot或者是ResNet12都会出现类似 RuntimeError: CUDA out of memory. Tried to allocate 36.00 MiB (GPU 0; 10.76 GiB total capacity; 9.33 GiB already allocated; 56.69 MiB free; 219.71 MiB cached) 的问题。想知道您这边运行是的gpu是?看了下您的论文也没有提到gpu这块。

Could you provide the code for generating the pickle file of miniimagenet?

Hello team DPGN: I noticed that you've gotten the result of DPGN with WRN as your backbone, however there isn't any classes named WRN in your backbone.py. Could you please...