skumra / robotic-grasping

Antipodal Robotic Grasping using GR-ConvNet. IROS 2020.
Other
455 stars 119 forks source link

'ResidualBlock' object has no attribute 'dropout' #15

Closed Ultraopxt closed 3 years ago

Ultraopxt commented 4 years ago

When I run evaluate.py ( --network trained-models/cornell-randsplit-rgbd-grconvnet3-drop1-ch32/epoch_19_iou_0.98 --dataset jacquard --dataset-path Samples --jacquard-output --iou-eval)

and got an error:'ResidualBlock' object has no attribute 'dropout'.

Thanks

skumra commented 4 years ago

Are you using latest master or release 0.2.1?

catisthebest commented 4 years ago

hi ~ i have the same problem ,when i run the command below: python run_offline.py --network trained-models/cornell-randsplit-rgbd-grconvnet3-drop1-ch32/epoch_19_iou_0.98

i have try the release 0.2.1 code, and still got the same problem.

my Env is: ubuntu 18.04 cuda 10.1 pytorch 1.7 python 3.6

could u tell me your env? thanks a lot ! cause i think may be it is a env problem @skumra

skumra commented 4 years ago

I was able to reproduce and fix the issue. Please try latest master or release v0.2.2