此问题在此处已有答案:
Pretty-print a NumPy array without scientific notation and with given precision(共14个答案)
两个月前关门了。
我正在使用“sigmoid”激活函数进行多标签分类和“binary_crossentropy”
enter code here
img2 = img1/255
img3 = np.expand_dims(img2, axis=0)
ys_ = model.predict(img3)[0]
print('prediction',ys_)
1条答案
按热度按时间kokeuurv1#
用途