這期內容當中小編將會給大家?guī)碛嘘Ptorch.Tensor.tolist()方法如何使用,文章內容豐富且以專業(yè)的角度為大家分析和敘述,閱讀完這篇文章希望大家可以有所收獲。
創(chuàng)新互聯(lián)專注于伍家崗網站建設服務及定制,我們擁有豐富的企業(yè)做網站經驗。 熱誠為您提供伍家崗營銷型網站建設,伍家崗網站制作、伍家崗網頁設計、伍家崗網站官網定制、微信小程序服務,打造伍家崗網絡公司原創(chuàng)品牌,更為您提供伍家崗網站排名全網營銷落地服務。
原文及翻譯:
tolist()方法: tolist()” tolist() -> list or number tolist() -> 返回列表或者數(shù)字 Returns the tensor as a (nested) list. For scalars, a standard Python number is returned, just like with item(). Tensors are automatically moved to the CPU first if necessary.This operation is not differentiable.Examples:>>> a = torch.randn(2, 2)>>> a.tolist()[[0.012766935862600803, 0.5415473580360413], [-0.08909505605697632, 0.7729271650314331]]>>> a[0,0].tolist()0.012766935862600803
上述就是小編為大家分享的torch.Tensor.tolist()方法如何使用了,如果剛好有類似的疑惑,不妨參照上述分析進行理解。如果想知道更多相關知識,歡迎關注創(chuàng)新互聯(lián)行業(yè)資訊頻道。