mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-18 21:44:18 +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 = True
|
||||
debug = (random.random() < 0.001)
|
||||
for i in range(4): # for 4 iterations..
|
||||
for dim in range(ndim):
|
||||
size = p.shape[dim]
|
||||
|
Loading…
x
Reference in New Issue
Block a user