.cuda() 只能指定GPU. #指定某个GPU os.environ['CUDA_VISIBLE_DEVICE']='1' model.cuda() #如果是多GPU os ...
確定! 回上一頁