gpt4 book ai didi

python - 如何在 PyTorch 中获取张量的值?

转载 作者:行者123 更新时间:2023-12-03 07:32:04 24 4
gpt4 key购买 nike

打印张量给出:

>>> x = torch.tensor([3])
>>> print(x)
tensor([3])
同样索引其 .data给出:
>>> x.data[0]
tensor(3)
我如何获得值(value) 3 ?

最佳答案

将张量转换为 numpy:

x.numpy()[0]

关于python - 如何在 PyTorch 中获取张量的值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57727372/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com