赞
踩
可以使用VScode的Remote-SSH插件来连接远程服务器,并在关闭了VScode后让训练代码在后台运行。
具体的步骤如下:
nohup python train.py &
ps -ef | grep python
tail -f nohup.out