advancing-panda

Results 1 comments of advancing-panda

Thank you for your reply! Referring to your reply, I changed the code to the following line and the program ran normally. ``` python bbox_loss=torch.mean(torch.cat(bbox_losses)) if bbox_losses != [] else...