yangyanli / PointCNN

PointCNN: Convolution On X-Transformed Points (NeurIPS 2018)
https://arxiv.org/abs/1801.07791
Other
1.36k stars 365 forks source link

How to terminate the program #225

Open SERPENT-H opened 4 years ago

SERPENT-H commented 4 years ago

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?

yechaowang commented 3 years ago

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