mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-13 20:12:22 +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)
|
features.append(this_chunk)
|
||||||
if end < x.size(0):
|
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.append(last_chunk)
|
||||||
features = torch.cat(features, dim=0)
|
features = torch.cat(features, dim=0)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user