Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

AttributeError: 'module' object has no attribute 'slice_unpool_forward_cuda' #18

Open
whuhxb opened this issue Mar 9, 2023 · 0 comments

Comments

@whuhxb
Copy link

whuhxb commented Mar 9, 2023

Hello @qianguih
How to solve this bug? Thanks.

Traceback (most recent call last):
File "train.py", line 209, in
output = model(input_var, x_indices_var, y_indices_var, z_indices_var, hidden_list)
File "/export/home/hanxiaobing/anaconda3/envs/RSNet27/lib/python2.7/site-packages/torch/nn/modules/module.py", line 477, in call
result = self.forward(*input, **kwargs)
File "/export/home/hanxiaobing/Documents/PlaneNet_PlaneRCNN/DGCNN_PointNet2/SensatUrban/RSNet-code/RSNet/net.py", line 130, in forward
x_rnn_6 = self.un_pool_x( x_rnn_6, x_slice_idx )
File "/export/home/hanxiaobing/anaconda3/envs/RSNet27/lib/python2.7/site-packages/torch/nn/modules/module.py", line 477, in call
result = self.forward(*input, **kwargs)
File "/export/home/hanxiaobing/Documents/PlaneNet_PlaneRCNN/DGCNN_PointNet2/SensatUrban/RSNet-code/RSNet/layers/slice_unpool_layer/slice_unpool_layer.py", line 53, in forward
return self.su(input, slice_idx_mat)
File "/export/home/hanxiaobing/Documents/PlaneNet_PlaneRCNN/DGCNN_PointNet2/SensatUrban/RSNet-code/RSNet/layers/slice_unpool_layer/slice_unpool_layer.py", line 25, in forward
slice_unpool_layer.slice_unpool_forward_cuda(input, slice_idx_mat, num_slice, num_batch, channels, num_points, out)
AttributeError: 'module' object has no attribute 'slice_unpool_forward_cuda'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant