We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Epoch gpu_mem box obj cls total labels img_size 0%| | 0/169 [00:02<?, ?it/s] Traceback (most recent call last): File "D:/yolov5-5.0/train.py", line 543, in train(hyp, opt, device, tb_writer) File "D:/yolov5-5.0/train.py", line 304, in train loss, loss_items = compute_loss(pred, targets.to(device)) # loss scaled by batch_size File "D:\yolov5-5.0\utils\loss.py", line 117, in call tcls, tbox, indices, anchors = self.build_targets(p, targets) # targets TypeError: cannot unpack non-iterable NoneType object
The text was updated successfully, but these errors were encountered:
I have the same questions,
Sorry, something went wrong.
No branches or pull requests
Epoch gpu_mem box obj cls total labels img_size
0%| | 0/169 [00:02<?, ?it/s]
Traceback (most recent call last):
File "D:/yolov5-5.0/train.py", line 543, in
train(hyp, opt, device, tb_writer)
File "D:/yolov5-5.0/train.py", line 304, in train
loss, loss_items = compute_loss(pred, targets.to(device)) # loss scaled by batch_size
File "D:\yolov5-5.0\utils\loss.py", line 117, in call
tcls, tbox, indices, anchors = self.build_targets(p, targets) # targets
TypeError: cannot unpack non-iterable NoneType object
The text was updated successfully, but these errors were encountered: