您好,登錄后才能下訂單哦!
今天就跟大家聊聊有關(guān)torch.cuda命令查詢指的是什么,可能很多人都不太了解,為了讓大家更加了解,小編給大家總結(jié)了以下內(nèi)容,希望大家根據(jù)這篇文章可以有所收獲。
1. 服務(wù)器GPU狀態(tài)查詢
1) lspci | grep -i nvidia 可以查詢所有nvidia顯卡
2) lspci -v -s [顯卡編號] 可以查看顯卡具體屬性
3) nvidia-smi 可以查看顯卡的顯存利用率
2. torch.cuda主要函數(shù)
1) 查看是否有可用GPU: torch.cuda.is_available()
可用GPU數(shù)量:
gpus = torch.cuda.device_count() logger.info(f'use {gpus} gpus') logger.info(f"args: {args}")
2) 查看當前使用的GPU序號:torch.cuda.current_device()
3) 查看指定GPU的容量、名稱:
torch.cuda.get_device_capability(device), torch.cuda.get_device_name(device)
4) 清空程序占用的GPU資源: torch.cuda.empty_cache()
5) 為GPU設(shè)置隨機種子:torch.cuda.manual_seed(seed), torch.cuda.manual_seed_all(seed)
看完上述內(nèi)容,你們對torch.cuda命令查詢指的是什么有進一步的了解嗎?如果還想了解更多知識或者相關(guān)內(nèi)容,請關(guān)注億速云行業(yè)資訊頻道,感謝大家的支持。
免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。