mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Remove print statement in CutoffEstimator
This commit is contained in:
parent
29df07ba2c
commit
dfeafd6aa8
@ -257,7 +257,6 @@ class CutoffEstimator:
|
|||||||
if ans:
|
if ans:
|
||||||
self.count_above += 1
|
self.count_above += 1
|
||||||
cur_p = self.count_above / self.count
|
cur_p = self.count_above / self.count
|
||||||
print(f"cur_p = {cur_p}, cutoff = {self.cutoff}")
|
|
||||||
delta_p = cur_p - self.p
|
delta_p = cur_p - self.p
|
||||||
if (delta_p > 0) == ans:
|
if (delta_p > 0) == ans:
|
||||||
q = abs(delta_p)
|
q = abs(delta_p)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user