tnikolla / robot-grasp-detection

Detecting robot grasping positions with deep neural networks. The model is trained on Cornell Grasping Dataset. This is an implementation mainly based on the paper 'Real-Time Grasp Detection Using Convolutional Neural Networks' from Redmon and Angelova.
Apache License 2.0
232 stars 84 forks source link

ValueError: Tensor conversion requested dtype int32 for Tensor with dtype float64: 'Tensor("truediv:0", shape=(), dtype=float64, device=/device:CPU:0)' #38

Open Shaoli7 opened 1 year ago

Shaoli7 commented 1 year ago
    ValueError: Tensor conversion requested dtype int32 for Tensor with dtype float64: 'Tensor("truediv:0", shape=(), dtype=float64, device=/device:CPU:0)'

May I ask how to solve this problem? Thanks, I've been working on it for a long time!

Originally posted by @zhoumo1121 in https://github.com/tnikolla/robot-grasp-detection/issues/22#issuecomment-872708021