You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear author
it seems that in loss.py the YOLO_LOSS can only accept just one image's tensor like[3,H,W],but in train_utils.py the trainloop accept a batch of images,so the YOLO_LOSS can't get the loss of the whole batch
The text was updated successfully, but these errors were encountered:
Dear author
it seems that in loss.py the YOLO_LOSS can only accept just one image's tensor like[3,H,W],but in train_utils.py the trainloop accept a batch of images,so the YOLO_LOSS can't get the loss of the whole batch
The text was updated successfully, but these errors were encountered: