torch.meshgrid函數(shù)怎么使用

本篇內(nèi)容介紹了“torch.meshgrid函數(shù)怎么使用”的有關(guān)知識(shí),在實(shí)際案例的操作過程中,不少人都會(huì)遇到這樣的困境,接下來就讓小編帶領(lǐng)大家學(xué)習(xí)一下如何處理這些情況吧!希望大家仔細(xì)閱讀,能夠?qū)W有所成!

成都創(chuàng)新互聯(lián)公司主營(yíng)葉縣網(wǎng)站建設(shè)的網(wǎng)絡(luò)公司,主營(yíng)網(wǎng)站建設(shè)方案,app軟件定制開發(fā),葉縣h5微信小程序開發(fā)搭建,葉縣網(wǎng)站營(yíng)銷推廣歡迎葉縣等地區(qū)企業(yè)咨詢

代碼實(shí)驗(yàn)舉例:

Python 3.7.4 (default, Aug  9 2019, 18:34:13) [MSC v.1915 64 bit (AMD64)] :: Anaconda, Inc. on win32
Type "help", "copyright", "credits" or "license" for more information.>>> import torch>>> x = torch.tensor([1, 2, 3])>>> y = torch.tensor([4, 5, 6, 7, 8])>>> x
tensor([1, 2, 3])>>> y
tensor([4, 5, 6, 7, 8])>>> grid_x, grid_y = torch.meshgrid(x, y)>>> grid_x
tensor([[1, 1, 1, 1, 1],[2, 2, 2, 2, 2],[3, 3, 3, 3, 3]])>>> grid_y
tensor([[4, 5, 6, 7, 8],[4, 5, 6, 7, 8],[4, 5, 6, 7, 8]])>>>>>>>>>

“torch.meshgrid函數(shù)怎么使用”的內(nèi)容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業(yè)相關(guān)的知識(shí)可以關(guān)注創(chuàng)新互聯(lián)網(wǎng)站,小編將為大家輸出更多高質(zhì)量的實(shí)用文章!

當(dāng)前名稱:torch.meshgrid函數(shù)怎么使用
網(wǎng)站地址:http://muchs.cn/article48/pgoshp.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供微信小程序、電子商務(wù)、標(biāo)簽優(yōu)化Google、網(wǎng)站內(nèi)鏈、App設(shè)計(jì)

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)

網(wǎng)站優(yōu)化排名