Jeff-Zilence / TransGeo2022

Official repository for TransGeo: Transformer Is All You Need for Cross-view Image Geo-localization
MIT License
116 stars 22 forks source link

the parameter configuration of the CVACT dataset #36

Closed wlfxy closed 6 months ago

wlfxy commented 7 months ago

Hello, I would like to ask about the parameter configuration of the CVACT dataset, similar to python -u train.py --lr 0.0001 --batch-size 32 --dist-url 'tcp://localhost:10001' --multiprocessing-distributed --world-size 1 --rank 0 --epochs 100 --save_ path ./result --op sam --wd 0.03 --mining --dataset cvusa --cos --dim 1000 --asam --rho 2.5。Thank you!

Jeff-Zilence commented 7 months ago

Should be exactly the same as CVUSA.

wlfxy commented 7 months ago

Thank you