Closed ForeUP closed 1 year ago
Thanks for your interests. For the convenience of your re-implementation, we upload our training logs into the repo, you can find them in the README.md.
Thanks a lot!
I think I know the reason why the error occurred. I used the Swin-small pretrained model with modified init_weight
code in #4 .
Thanks for your response.
I try to train Swin-T with my device, but I can't get similar performance as you uploaded
.pth file
:91.6/96.1
. I usebatch_size=64
, train180 epochs
, other configurations such as learning rate are set by default in your configuration file.The results as below:
Could you share more Training Details, Thanks a lot!