Closed weirdseed closed 4 years ago
Hi
Could you provide a minimal complete code example so that we can reproduce this?
Hi
Could you provide a minimal complete code example so that we can reproduce this?
Thanks. I think I found the problem, and it's solved!
I trained my dataset for several times on training set using pretrained weights, but there are no values in validation outputs.
[{'boxes': tensor([], device='cuda:0', size=(0, 4), grad_fn=<StackBackward>), 'labels': tensor([], device='cuda:0', dtype=torch.int64), 'scores': tensor([], device='cuda:0', grad_fn=<IndexBackward>)}, {'boxes': tensor([], device='cuda:0', size=(0, 4), grad_fn=<StackBackward>), 'labels': tensor([], device='cuda:0', dtype=torch.int64), 'scores': tensor([], device='cuda:0', grad_fn=<IndexBackward>)}]