bostondiditeam / MV3D

Multi-View 3D Object Detection Network for Autonomous Driving
480 stars 181 forks source link

No OpKernel was registered to support Op 'RoiPoolGrad' with these attrs #28

Open HandsLing opened 6 years ago

HandsLing commented 6 years ago

InvalidArgumentError (see above for traceback): No OpKernel was registered to support Op 'RoiPoolGrad' with these attrs. Registered devices: [CPU], Registered kernels: device='GPU'; T in [DT_FLOAT]

 [[Node: minimize_loss/gradients/MV3D/fusion/fuse-net/rgb-roi-pooling/rgb-roi_pooling_grad/RoiPoolGrad = RoiPoolGrad[T=DT_FLOAT, pooled_height=6, pooled_width=6, spatial_scale=0.125](MV3D/image_fe
FightStone commented 6 years ago

i have meet the same problem. can you solve it ?

tsstjj commented 5 years ago

Have you solved it? I met the same question with you

InvalidArgumentError (see above for traceback): No OpKernel was registered to support Op 'RoiPoolGrad' with these attrs. Registered devices: [CPU], Registered kernels: device='GPU'; T in [DT_FLOAT]

 [[{{node gradients/pool_5_grad/RoiPoolGrad}} = RoiPoolGrad[T=DT_FLOAT, pooled_height=7, pooled_width=7, spatial_scale=0.0625](conv5_3/Relu, roi-data/rois, pool_5:1, gradients/fc6/transpose_grad/transpose)]]
Orbis36 commented 2 years ago

Have you solved it @tsstjj ? I have the same problem here.