PyTorch常用操作 指定GPU 终端指定 CUDA_VISIBLE_DEVICES=0 nohup python demo.py >> base_log.out 2>&1 & 程序指定 import torch int id = {0-max_gpu_num} torch.cuda.set_device(id)