mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Remove debug print
This commit is contained in:
parent
71b8bfe212
commit
6dc449da84
@ -483,8 +483,6 @@ class ConformerEncoder(nn.Module):
|
||||
|
||||
output = output * feature_mask
|
||||
output_mean = output.abs().mean().item()
|
||||
if random.random() < 0.01:
|
||||
logging.info(f"i={i}, output_mean={output_mean}")
|
||||
|
||||
return output
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user