gpt4 book ai didi

python - 如何使用索引和值迭代 1d NumPy 数组

转载 作者:太空狗 更新时间:2023-10-29 18:15:29 25 4
gpt4 key购买 nike

<分区>

对于 python dict,我可以使用 iteritems() 同时循环遍历键和值。但是我找不到 NumPy 数组的这种功能。我必须像这样手动跟踪 idx:

idx = 0 
for j in theta:
some_function(idx,j,theta)
idx += 1

有更好的方法吗?

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