Closed SheldonHS closed 2 years ago
@SheldonHS Could you provide more details about your experiment?
@TeleeMa Thanks for your reply. I utilized the provided fine-tuned weights. For the sake of insurance, I downloaded and tested it again, but the result is still the same. I experimented strictly following FINETUNE.md, except for the CUDA version. The test program runs on three Tesla V100.
@SheldonHS Then could you provide the evaluation log for me to check?
@TeleeMa Thank you very much for your patience. I've checked many times before opening this issue, so please forgive my bother. Here's the log. ImageNetEvaluation.log
@SheldonHS I downloaded the codes and checkpoint just now and tested the evaluation, here is my log.txt. Also, I tested with different number of gpus and batch sizes, that made no differences to the final results. Therefore, would you mind comparing your log with mine firstly, and any further questions are welcomed. PS. Don't forget check the ImageNet dataset as we use the same format with DeiT and MAE.
@TeleeMa Thanks a lot. It turns out to be the dataset. I tried another way to prepare IN-1k and the results are finally back on track.
Thanks for sharing the great work. I encountered difficulties in reproducing the evaluation results on FINETUNE.md. My evaluation results are:
* Acc@1 1.090 Acc@5 2.188 loss 8.955
Accuracy of the network on the 50000 test images: 1.1%
That's obviously too big a gap.I download the ImageNet-1K following your guidance and prepared the ImageNet-1K following Jasonlee1995. Are there any details I haven't noticed, or any specific requirements for preparing the dataset?