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
a42302c170
commit
e119ff7ac4
Binary file not shown.
@ -22,7 +22,7 @@ for spk in spk_list:
|
||||
for i in range(512):
|
||||
mean = feats_all[i].mean()
|
||||
std = feats_all[i].std()
|
||||
print(mean, std)
|
||||
statistic_file.write(f'{mean} {std}')
|
||||
'''
|
||||
for i in range(512):
|
||||
plt.hist(feats_all[i], bins=500)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user