Yahya_Younes
Results
2
comments of
Yahya_Younes
I encouter the same error while training a yolov6l on a 10k images, batch 20 or 32 on GPU and at the very same epoch (24) it fails training and...
First thank you for your answer ! but i changed the lr in the configs/yolov6l.py file as follows : **solver=dict( optim='SGD', lr_scheduler='Cosine', lr0=0.001, lrf=0.01, momentum=0.937, weight_decay=0.0005, warmup_epochs=5.0, warmup_momentum=0.8, warmup_bias_lr=0.05 )**...