Closed wjm-wjm closed 1 year ago
lambda function seems to a multiplicative factor for args.lr, so may not multiply with args.lr ?
Hi, after this line https://github.com/tsun/SSRT/blob/0bf39fd188d5f1ce12785ea94ae737eb55c3416a/trainer/train.py#L190 the lr of each parameter group is in fact 0.1/1.0, not args.lr. Therefore, args.lr in Lambda function is necessary.
https://github.com/tsun/SSRT/blob/0bf39fd188d5f1ce12785ea94ae737eb55c3416a/trainer/train.py#L191