microsoft / CSWin-Transformer

CSWin Transformer: A General Vision Transformer Backbone with Cross-Shaped, CVPR 2022
MIT License
539 stars 78 forks source link

fix: use correct args for loading eval_checkpoint #48

Open GrantPerkins opened 10 months ago

GrantPerkins commented 10 months ago

When --eval_checkpoint is supplied, incorrect arguments were supplied to load_checkpoint. That is fixed here.

GrantPerkins commented 10 months ago

@LightDXY would love a review :)