Complex-YOLOv3 icon indicating copy to clipboard operation
Complex-YOLOv3 copied to clipboard

RuntimeError

Open imdsafi09 opened this issue 5 years ago • 2 comments

Hello everyone, in the middle of training i am facing the following issue. please help if anyone knows about this problem: File "/media/imad/Windows/3d folder/Complex-YOLOv3/utils/utils.py", line 346, in build_targets best_ious, best_n = ious.max(0) RuntimeError: cannot perform reduction function max on tensor with no elements because the operation does not have an identity

imdsafi09 avatar Mar 12 '20 08:03 imdsafi09

Hi Everyone, I am also facing same problem while training,

File Complex-YOLOv3/utils/utils.py", line 346, in build_targets best_ious, best_n = ious.max(0) RuntimeError: cannot perform reduction function max on tensor with no elements because the operation does not have an identity Any Hint to solve this would be helpful. Thanks in advance

Purendar avatar Apr 21 '20 15:04 Purendar

Did you solve this? I get the same error when training with own dataset.

reklada avatar Mar 31 '21 13:03 reklada