charlesq34 / pointnet2

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

python train.py error #236

Open leehaining opened 2 years ago

leehaining commented 2 years ago

2022-05-07 20-56-29屏幕截图 anaconda3 + cuda 10.0 + tensorflow 1.14.0 This error occurs when I execute the train.py . I checked the GPU usage and found that the usage rate was 0. I also changed the values of batch_ size and eopch but do not work.

leehaining commented 2 years ago

2022-05-07 21-13-04屏幕截图 When running to Model.get_model(pointclouds_pl, is_training_pl, bn_decay=bn_decay), the above error will appear. If you also encounter this situation, please tell me the solution, thank you so much.