把a=int(out.argmax(1))改为a = int(out.argmax(1)[0])
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will
最新推荐文章于 2025-05-11 14:53:11 发布
把a=int(out.argmax(1))改为a = int(out.argmax(1)[0])