mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
2c7c3cc221
commit
9a62cd8fb7
Binary file not shown.
@ -267,7 +267,7 @@ def decode_one_batch(
|
||||
topk_log_probs, topk_indexes = nnet_output[i].topk(1)
|
||||
topk_indexes = topk_indexes.squeeze().unique_consecutive()
|
||||
topk_indexes = topk_indexes[topk_indexes != 0]
|
||||
print(topk_indexes.size())
|
||||
print(topk_indexes)
|
||||
#print(topk_indexes.squeeze())
|
||||
|
||||
exit()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user