diff --git a/files/model.jit b/files/model.jit index b2d21a8..f52a626 100644 Binary files a/files/model.jit and b/files/model.jit differ diff --git a/files/model.onnx b/files/model.onnx index ec07633..f2c2939 100644 Binary files a/files/model.onnx and b/files/model.onnx differ diff --git a/utils.py b/utils.py index ff2c982..bff6a3d 100644 --- a/utils.py +++ b/utils.py @@ -66,7 +66,6 @@ def get_speech_ts(wav: torch.Tensor, step = int(num_samples / num_steps) # stride / hop outs = [] to_concat = [] - for i in range(0, len(wav), step): chunk = wav[i: i+num_samples] if len(chunk) < num_samples: