pointnet2 icon indicating copy to clipboard operation
pointnet2 copied to clipboard

Missing () at train.py print "--- Get training operator" and in other files

Open paulwingert865 opened this issue 3 years ago • 2 comments

paulwingert865 avatar Apr 15 '21 08:04 paulwingert865

I am facing the same issue. Any solution?

apalapramanik avatar Jul 18 '23 16:07 apalapramanik

print("--- Get training operator") add a parenthesis in print . It should fix this and all other print statement.

rawatsaurabh avatar Nov 01 '23 05:11 rawatsaurabh