mmyolo icon indicating copy to clipboard operation
mmyolo copied to clipboard

Update is messed up when mmyolo adds new learnable parameters for training.

Open lpz7 opened this issue 1 year ago • 1 comments

When I add the quantization module learning to yolov5, the newly added learnable parameters are not updated, even when I add my own parameters to YOLOv5OptimizerConstructor.

After the following error, I added find_unused_parameters=True and the error disappeared, but the customized parameters still did not participate in the training. image

lpz7 avatar Jan 04 '24 03:01 lpz7

having the same issue on my side ...

doonny avatar Jan 04 '24 13:01 doonny