gpt4 book ai didi

python - 如何将 numpy uint8 转换为 Python 中的默认 int 类型?

转载 作者:太空宇宙 更新时间:2023-11-04 11:16:26 24 4
gpt4 key购买 nike

如何将由 numpy 创建的 uint8 转换为标准的 Python int,以便它可以序列化为 json?

最佳答案

考虑 int

a = numpy.uint8(some_number)
b = int(a)
print(type(b)) # <class 'int'>

关于python - 如何将 numpy uint8 转换为 Python 中的默认 int 类型?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56907173/

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