Complex-YOLOv3
Complex-YOLOv3 copied to clipboard
RuntimeError
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
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
Did you solve this? I get the same error when training with own dataset.