mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
cab
This commit is contained in:
parent
6ca0d1f54c
commit
175860147c
@ -75,7 +75,6 @@ class ASRModelExportParaformer:
|
||||
if self.audio_in is not None:
|
||||
feats, feats_len = self.load_feats(self.audio_in)
|
||||
for i, (feat, len) in enumerate(zip(feats, feats_len)):
|
||||
print("debug, iter: {}".format(i))
|
||||
with torch.no_grad():
|
||||
m(feat, len)
|
||||
else:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user