M3D-RPN
M3D-RPN copied to clipboard
TypeError: can't convert CUDA tensor to numpy. Use Tensor.cpu() to copy the tensor to host memory first.
python scripts/train_rpn_3d.py --config=kitti_3d_multi_warmup:
Traceback (most recent call last):
File "scripts/train_rpn_3d.py", line 196, in
what should i do to solve it?
do a bit of debugging and check which tensor is causing this error. just take that variable and apply variable_name.numpy() or variable_name.cpu().data.numpy().
I meet the same problem.Do you have some solution to solve it?
@gizem-buss hey, go through the way I wrote, it 'll help
@pkraison I could not find your way. where is the way you mentioned?
I have the same problem, after a bit of debugging I still can't figure it out. Is there a solution to this?