QueryDet-PyTorch icon indicating copy to clipboard operation
QueryDet-PyTorch copied to clipboard

Hi, we have recently updated a new VisDrone training config (gradient clip added), which can avoid NaN now.

Open shaoyandea opened this issue 1 year ago • 2 comments

          Hi, we have recently updated a new VisDrone training config (gradient clip added), which can avoid NaN now.

Originally posted by @ChenhongyiYang in https://github.com/ChenhongyiYang/QueryDet-PyTorch/issues/40#issuecomment-1433519429 I also meet this problem ,have you solve it?

shaoyandea avatar May 31 '24 01:05 shaoyandea

Hi, may I ask what is the total batch size in your training?

ChenhongyiYang avatar Jun 04 '24 15:06 ChenhongyiYang

I trained with coco datadet, the total batch size  is 12, and I have solved Nan by adding gradient clip set as visdrone_train.yaml, also the reproduced result is close to result in paper. there is a bug that learning rate always keep original setting in whole training, and iters in reume training is wrong.

------------------ 原始邮件 ------------------ 发件人: "ChenhongyiYang/QueryDet-PyTorch" @.>; 发送时间: 2024年6月4日(星期二) 晚上11:00 @.>; @.@.>; 主题: Re: [ChenhongyiYang/QueryDet-PyTorch] Hi, we have recently updated a new VisDrone training config (gradient clip added), which can avoid NaN now. (Issue #97)

Hi, may I ask what is the total batch size in your training?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

shaoyandea avatar Jun 05 '24 01:06 shaoyandea