charlesq34 / pointnet2

PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space
Other
3.13k stars 900 forks source link

AttributeError: module '5fa89fc3154996733eabb433e18fa62f' has no attribute 'farthest_point_sample' #200

Open vistar-terry opened 4 years ago

vistar-terry commented 4 years ago

Hello, When i run train, i got this error. I have searched it on google, but got nothing. Plesae help me, thank you.

Traceback (most recent call last): File "train_multi_gpu_one_hot.py", line 410, in train() File "train_multi_gpu_one_hot.py", line 166, in train MODEL.get_model(pointclouds_pl, cls_labels_pl, is_training_pl, bn_decay=bn_decay) File "/home/thz/vistar/LSANet/models/dgs_part_seg_one_hot.py", line 28, in get_model group_all=False, is_training=is_training, bn_decay=bn_decay, scope='layer1') File "/home/thz/vistar/LSANet/utils/pointnet_util.py", line 209, in LSA_layer use_edge_feature=True) File "/home/thz/vistar/LSANet/utils/pointnet_util.py", line 37, in sample_and_group new_xyz = gather_point(xyz, farthest_point_sample(npoint, xyz)) # (batch_size, npoint, 3) File "/home/thz/vistar/LSANet/tf_ops/sampling/tf_sampling.py", line 56, in farthest_point_sample return sampling_module.farthest_point_sample(inp, npoint) AttributeError: module '5fa89fc3154996733eabb433e18fa62f' has no attribute 'farthest_point_sample'

lyy-1997-hub commented 4 years ago

I have encountered that, you open the terminal and enter nvidia-smi to see if the graphics card driver is still there.Maybe you will find that graphics card driver is lost.

qiminchen commented 3 years ago

hi, I also ran into this problem, did you solve the problem? thanks

lyy-1997-hub commented 3 years ago

Yeah,I have solved it. But after such a long time,I don't remember the reason,sorry.

发自我的iPhone

------------------ Original ------------------ From: Qimin Chen @.> Date: Tue,May 4,2021 11:05 AM To: charlesq34/pointnet2 @.> Cc: 李滢滢 @.>, Comment @.> Subject: Re: [charlesq34/pointnet2] AttributeError: module '5fa89fc3154996733eabb433e18fa62f' has no attribute 'farthest_point_sample' (#200)

hi, I also ran into this problem, did you solve the problem? thanks

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.