I found the lr in log_train.csv is multiplied 0.1, and I found in the line marked TODO was written like this
data_time=data_time, loss=losses, top1=top1, top5=top5, lr=optimizer.param_groups[-1]['lr'] * 0.1)) # TODO
also can be seen in:
https://github.com/kaidic/LDAM-DRW/blame/master/cifar_train.py#L291
I wonder why lr times 0.1?
I found the lr in log_train.csv is multiplied 0.1, and I found in the line marked TODO was written like this
data_time=data_time, loss=losses, top1=top1, top5=top5, lr=optimizer.param_groups[-1]['lr'] * 0.1)) # TODO
also can be seen in: https://github.com/kaidic/LDAM-DRW/blame/master/cifar_train.py#L291 I wonder why lr times 0.1?