PointCNN icon indicating copy to clipboard operation
PointCNN copied to clipboard

How to terminate the program

Open SERPENT-H opened this issue 5 years ago • 1 comments

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?

SERPENT-H avatar Apr 30 '20 23:04 SERPENT-H

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

yechaowang avatar Mar 08 '21 10:03 yechaowang