second.pytorch
second.pytorch copied to clipboard
RuntimeError: cannot perform reduction function max on tensor with no elements (Custom Dataset)
Hi,
I would like to ask about the error. I trained a custom dataset in kitti format. The training goes well, however when the eval result start processing, the error occured. Note: I changed the class name in eval.py
Error: x_max = torch.max(x, dim=1, keepdim=True)[0] RuntimeError: cannot perform reduction function max on tensor with no elements because the operation does not have an identity.
Anyone knows what the error is about? and how to solve it?
Hi, I found the same error. Did you solve it?
Hi, I found the same error. Did you solve it?
have you solved it?