heromanba / 3D-R2N2-PyTorch

PyTorch version of 3D-R2N2
MIT License
56 stars 13 forks source link

Problem when i ran demo.py #2

Closed zhanqan closed 4 years ago

zhanqan commented 5 years ago

Traceback (most recent call last): File "demo.py", line 90, in main() File "demo.py", line 67, in main net.load(DEFAULT_WEIGHTS) # load downloaded weights File "/home/zhangq/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 518, in getattr type(self).name, name)) AttributeError: 'ResidualGRUNet' object has no attribute 'load'

heromanba commented 4 years ago

Sorry to reply late, you may try the new version.