gpt4 book ai didi

python - 精度始终为零

转载 作者:太空宇宙 更新时间:2023-11-03 14:47:51 24 4
gpt4 key购买 nike

<分区>

我正在使用 tf 指标来计算精度和召回率,但总是得到 0.0,但是当我自己计算时我得到了很好的精度,是 tensorflow 的错误还是我做错了什么。

with tf.name_scope("pointwise_accuracy"):
correct_predictions = tf.equal(self.predictions, tf.argmax(self.input_y, 1))
self.classification_accuracy = tf.reduce_mean(tf.cast(correct_predictions, "float"), name="accuracy")
self.precision = tf.metrics.precision(self.input_y, self.logits, name="precison")[0]

输出精度 - 0.0

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