PyTorch-YOLOv3
PyTorch-YOLOv3 copied to clipboard
RuntimeError: binary_op(): expected both inputs to be on same device, but input a is on cuda:0 and input b is on cuda:1
When i want to train the model on multiple gpus, this error appears.So I can only train it on gpu:0
Have you solved the problem?I had the same problem as you。
Is this issue still relevant/occurring?