mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
wenetspeech
This commit is contained in:
parent
b37e7b15e0
commit
0b764d3350
@ -75,6 +75,7 @@ def main(**kwargs):
|
|||||||
if batch_idx % log_step == 0:
|
if batch_idx % log_step == 0:
|
||||||
print(f"prcessed: {batch_idx}/{iter_stop}")
|
print(f"prcessed: {batch_idx}/{iter_stop}")
|
||||||
if batch_idx >= iter_stop and iter_stop > 0.0:
|
if batch_idx >= iter_stop and iter_stop > 0.0:
|
||||||
|
print(f"prcessed: {iter_stop}/{iter_stop}")
|
||||||
break
|
break
|
||||||
|
|
||||||
fbank = batch["speech"].numpy()[0, :, :]
|
fbank = batch["speech"].numpy()[0, :, :]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user