From 9a115f9990581b3439730623f204708df496c6e5 Mon Sep 17 00:00:00 2001 From: falsycat Date: Fri, 13 Jan 2023 22:35:56 +0900 Subject: [PATCH] remove debug code --- conv/aprob_fprob.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/conv/aprob_fprob.cc b/conv/aprob_fprob.cc index 5688945..aaf812e 100644 --- a/conv/aprob_fprob.cc +++ b/conv/aprob_fprob.cc @@ -88,7 +88,6 @@ static void Exec() { negative = std::accumulate(negatives.begin(), negatives.end(), 0.) / negative_sample; - std::cerr << negative << std::endl; } const auto prob = positive * (1-negative);