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
c505d48d4e
commit
579d82bb11
Binary file not shown.
@ -23,7 +23,7 @@ for spk in tqdm(spk_list):
|
||||
for i in tqdm(range(512), leave=False):
|
||||
mean = feats_all[i].mean()
|
||||
std = feats_all[i].std()
|
||||
statistic_file.write(f'{mean} {std}')
|
||||
static_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