mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-12 11:32:17 +00:00
Fix a typo.
This commit is contained in:
parent
52a306297c
commit
69bde537a1
@ -122,7 +122,7 @@ class OfflineFeature(nn.Module):
|
||||
)
|
||||
features.append(this_chunk)
|
||||
if end < x.size(0):
|
||||
last_chunk = self.compute_features(x[end:], vtln_warp)
|
||||
last_chunk = self.computer.compute_features(x[end:], vtln_warp)
|
||||
features.append(last_chunk)
|
||||
features = torch.cat(features, dim=0)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user