ohhhyeahhh / SiamGAT

Code for the paper "Graph Attention Tracking". (CVPR2021)
https://openaccess.thecvf.com/content/CVPR2021/papers/Guo_Graph_Attention_Tracking_CVPR_2021_paper.pdf
138 stars 19 forks source link

关于单卡复现的学习率问题 #36

Closed ahfywf closed 2 years ago

ahfywf commented 2 years ago

论文是在4卡训练的,我现在只有一张显卡,请问学习率是对应要除以4吗? 如果需要调整学习率的话,是只调整config里面的LR_WARMUP:和LR:两个都要调整吗?还是只需要调整一个?

ahfywf commented 2 years ago

我进行DEBUG后看到了Pysot有对应的代码改变学习率适应单卡或者多卡。