charlesq34/pointnet2

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

paulwingert865 opened this issue · 2 comments

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.