1、linux里查看gpu的显卡使用状态
nvidia-smi
2、使用指定的gpu运行
linux指令:CUDA_VISIBLE_DEVICES=7 xxx
python文件:os.environ["CUDA_VISIBLE_DEVICES"] = "7"