pointnet2
pointnet2 copied to clipboard
Missing () at train.py print "--- Get training operator" and in other files
I am facing the same issue. Any solution?
print("--- Get training operator") add a parenthesis in print . It should fix this and all other print statement.