91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

argparse標準庫在pytorch-grad-cam實戰中的使用分析是怎樣的

發布時間:2021-12-04 15:53:33 來源:億速云 閱讀:173 作者:柒染 欄目:大數據

這篇文章給大家介紹argparse標準庫在pytorch-grad-cam實戰中的使用分析是怎樣的,內容非常詳細,感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。

代碼展示:

import torchimport argparsedef get_args():parser = argparse.ArgumentParser()parser.add_argument('--use-cuda', action='store_true', default=False,help='Use NVIDIA GPU acceleration')parser.add_argument('--image-path', type=str, default='./examples/both.png',help='Input image path')args = parser.parse_args()args.use_cuda = args.use_cuda and torch.cuda.is_available()if args.use_cuda:print("Using GPU for acceleration")else:print("Using CPU for computation")return args

args = get_args()print("打印讀取的信息".center(50,'-'))print('args.use_cuda:', args.use_cuda)print('args.image_path:', args.image_path)# python testArgs.py -h# python testArgs.py# python testArgs.py --use-cuda# python testArgs.py --use-cuda --image-path 1.jpg # python testArgs.py --image-path 1.jpg --use-cuda

控制臺下執行結果展示:

Windows PowerShell
版權所有 (C) Microsoft Corporation。保留所有權利。

嘗試新的跨平臺 PowerShell https://aka.ms/pscore6
加載個人及系統配置文件用了 943 毫秒。(base) PS C:\Users\chenxuqi\Desktop\News4cxq\test4cxq> conda activate ssd(ssd) PS C:\Users\chenxuqi\Desktop\News4cxq\test4cxq> python testArgs.py -h
usage: testArgs.py [-h] [--use-cuda] [--image-path IMAGE_PATH]optional arguments:  -h, --help            show this help message and exit
  --use-cuda            Use NVIDIA GPU acceleration  --image-path IMAGE_PATH(ssd) PS C:\Users\chenxuqi\Desktop\News4cxq\test4cxq> python testArgs.pyUsing CPU for computation---------------------打印讀取的信息----------------------args.use_cuda: False(ssd) PS C:\Users\chenxuqi\Desktop\News4cxq\test4cxq> python testArgs.py --use-cudaUsing GPU for acceleration---------------------打印讀取的信息----------------------args.use_cuda: True
args.image_path: ./examples/both.png(ssd) PS C:\Users\chenxuqi\Desktop\News4cxq\test4cxq> python testArgs.py --image-path 1.jpgUsing CPU for computation---------------------打印讀取的信息----------------------args.use_cuda: False
args.image_path: 1.jpg(ssd) PS C:\Users\chenxuqi\Desktop\News4cxq\test4cxq> python testArgs.py --use-cuda --image-path 1.jpgUsing GPU for acceleration---------------------打印讀取的信息----------------------args.use_cuda: True
args.image_path: 1.jpg(ssd) PS C:\Users\chenxuqi\Desktop\News4cxq\test4cxq> python testArgs.py --image-path 1.jpg --use-cudaUsing GPU for acceleration---------------------打印讀取的信息----------------------args.use_cuda: True
args.image_path: 1.jpg(ssd) PS C:\Users\chenxuqi\Desktop\News4cxq\test4cxq>

關于argparse標準庫在pytorch-grad-cam實戰中的使用分析是怎樣的就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

宝兴县| 民权县| 乐昌市| 新野县| 江川县| 彰化县| 肥乡县| 边坝县| 潮安县| 松江区| 永济市| 玉田县| 云浮市| 额尔古纳市| 小金县| 嵊州市| 纳雍县| 榆社县| 冷水江市| 安国市| 新丰县| 彭阳县| 汤原县| 新津县| 承德县| 巴彦淖尔市| 孟州市| 富源县| 原阳县| 商丘市| 新野县| 章丘市| 漳州市| 海门市| 杭锦后旗| 永修县| 灵台县| 西安市| 修文县| 名山县| 辉南县|