lucidrains / audiolm-pytorch

Implementation of AudioLM, a SOTA Language Modeling Approach to Audio Generation out of Google Research, in Pytorch
MIT License
2.33k stars 249 forks source link

yolov5 #216

Open fangwei888 opened 12 months ago

fangwei888 commented 12 months ago

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

Hyson07 commented 5 months ago

I have the same questions,