mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
648098adb3
commit
3085a87f4f
Binary file not shown.
@ -12,7 +12,7 @@ feats_all = feats[0]
|
|||||||
for feat in feats:
|
for feat in feats:
|
||||||
feats_all = np.concatenate([feats_all, feat])
|
feats_all = np.concatenate([feats_all, feat])
|
||||||
|
|
||||||
feats_all = feats_all.transpose(0,1)
|
feats_all = feats_all.transpose(1,0)
|
||||||
print(feats_all.shape)
|
print(feats_all.shape)
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user