Open Chrisa142857 opened 3 years ago
ERROR in training with wrong setting of torch.tensor() codes. I added to(device) for each torch.tensor() in FasterRCNN codes.
torch.tensor()
to(device)
ERROR in training with wrong setting of
torch.tensor()
codes. I addedto(device)
for eachtorch.tensor()
in FasterRCNN codes.