nohup挂起:

nohup python train.py > train_log.txt 2>&1 &

 

 

 

查看进程:

ps -ef 

 

相关文章: