gpt4 book ai didi

python - 将 -inf 替换为零值

转载 作者:IT老高 更新时间:2023-10-28 21:53:49 28 4
gpt4 key购买 nike

我有一个数组:

x =  numpy.array([-inf, -inf, 37.49668579])

有没有办法将 -inf 值更改为 0?

最佳答案

有:

from numpy import inf
x[x == -inf] = 0

关于python - 将 -inf 替换为零值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21049920/

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