Closed daiszh closed 4 years ago
I tried to evaluate the feat on CUB dataset using your provided checkpoint:
python eval_feat.py --model_type ConvNet --dataset CUB --model_path ./saves/FEAT-Models/CUB-Conv-1-Shot-5-Way.pth --shot 1 --way 5 --gpu 0
But only get Test Acc 0.5310 + 0.0022. Is there anything need to be modified to reproduce the result in the paper (68.87%)?
Hi, daiszh,
Sorry for the late reply. I re-run the command on my machine, and it could get similar results as re-produced in the paper.
I tried to evaluate the feat on CUB dataset using your provided checkpoint:
python eval_feat.py --model_type ConvNet --dataset CUB --model_path ./saves/FEAT-Models/CUB-Conv-1-Shot-5-Way.pth --shot 1 --way 5 --gpu 0
But only get Test Acc 0.5310 + 0.0022. Is there anything need to be modified to reproduce the result in the paper (68.87%)?