mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-19 05:54:20 +00:00
Reduce debug frequency
This commit is contained in:
parent
b3bb2dac6f
commit
2f73434541
@ -415,7 +415,7 @@ param_rms_smooth1: Smoothing proportion for parameter matrix, if assumed rank of
|
|||||||
|
|
||||||
|
|
||||||
#debug = random.random() < 0.1
|
#debug = random.random() < 0.1
|
||||||
debug = True
|
debug = (random.random() < 0.001)
|
||||||
for i in range(4): # for 4 iterations..
|
for i in range(4): # for 4 iterations..
|
||||||
for dim in range(ndim):
|
for dim in range(ndim):
|
||||||
size = p.shape[dim]
|
size = p.shape[dim]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user