摘要:
Linux 教程|菜鳥教程 非常好的網站 【man (manual)】此命令可以打印出其他命令的使用方法 man + program 顯示用法,比如 man df 【help】查看幫助文檔 ls --help # 顯示 ls 的幫助信息 help ls # ... 【Bash 鍵盤快捷鍵】 ctrl 閱讀全文
posted @ 2020-01-04 11:09
Gelthin
閱讀(165)
評論(0)
推薦(0)
摘要:
1. 大幅度提升 Pytorch 的訓練速度 device = torch.device("cuda" if torch.cuda.is_available() else "cpu") torch.backends.cudnn.benchmark = True 但加了這一行,似乎運行結果可能會存在細 閱讀全文
posted @ 2020-01-04 09:35
Gelthin
閱讀(1898)
評論(0)
推薦(0)

浙公網安備 33010602011771號