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
b24357aba4
commit
009c4fce75
Binary file not shown.
@ -14,6 +14,7 @@ for feat in feats:
|
|||||||
|
|
||||||
feats_all = feats_all.transpose(0,1)
|
feats_all = feats_all.transpose(0,1)
|
||||||
print(feats_all.shape)
|
print(feats_all.shape)
|
||||||
|
exit()
|
||||||
|
|
||||||
for i in range(512):
|
for i in range(512):
|
||||||
plt.hist(feats_all[i])
|
plt.hist(feats_all[i])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user