PointWOLF icon indicating copy to clipboard operation
PointWOLF copied to clipboard

PointNet code needs F.log_softmax

Open cory-fan opened this issue 8 months ago • 0 comments

DGCNN code ends with F.log_softmax but PointNet code does not, this results incorrectly in negative loss and poor training.

cory-fan avatar Feb 05 '25 15:02 cory-fan