更换pip源
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pip -U\
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
安装显卡驱动
sudo chmod a+x NVIDIA-Linux-x86_64-384.130.run
sudo ./NVIDIA-Linux-x86_64-384.130.run -no-x-check -no-nouveau-check -no-opengl-files
Conda创建环境
conda info -e
conda create -n name python=3.6
服务器之间复制文件
scp -r -P 32 ./data mrz@192.168.0.0:/home/data/
nohup
nohup python main.py --gpu 0 > /dev/null 2> /dev/null &