Pointnet_Pointnet2_pytorch icon indicating copy to clipboard operation
Pointnet_Pointnet2_pytorch copied to clipboard

Stuck in classifier = MODEL.get_model(num_part, normal_channel=args.normal).cuda()

Open hooyahliu opened this issue 3 years ago • 0 comments

Excuse me When I try to run train_partseg.py with default parameters, I am stuck in classifier = MODEL.get_model(num_part, normal_channel=args.normal).cuda(). What could possibly be the reason? CUDA version is wrong?

hooyahliu avatar Nov 13 '21 14:11 hooyahliu