Open viviGeng opened 3 years ago
Hi. I tried to reproduce results for MiniImageNet in DeepEMD FCN following your instruction, but failed to get the accuracy listed in your paper. The evaluation accuracy is only 55%.
Here is my training scripts:
$ python train_pretrain.py -shot 1 -way 5 -dataset miniimagenet -gpu $ python train_meta.py -deepemd fcn -shot 1 -way 5 -solver opencv -dataset miniimagenet -gpu 0 $ python eval.py -shot 1 -way 5 -dataset miniimagenet -gpu
Could you give me some tips? Looking forward to your reply.
hi the command looks correct. Are you using the raw codes and datasets to reproduce?
Hi. I tried to reproduce results for MiniImageNet in DeepEMD FCN following your instruction, but failed to get the accuracy listed in your paper. The evaluation accuracy is only 55%.
Here is my training scripts:
Could you give me some tips? Looking forward to your reply.