PointCNN
PointCNN copied to clipboard
How to terminate the program
I use './train_val_modelnet.sh -g 0 -x modelnet_x3_l4' to train my own dataset What should I do if I want to terminate the program?
I use './train_val_modelnet.sh -g 0 -x modelnet_x3_l4' to train my own dataset What should I do if I want to terminate the program?
if you run your code on linux, using kill -9 PID will help