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
f263fbb20b
commit
ae93fe172a
Binary file not shown.
@ -28,7 +28,7 @@ for spk in tqdm(spk_list):
|
||||
std = feats_all[i].std()
|
||||
static_file.write(f'{mean} {std}\n')
|
||||
'''
|
||||
for i in range(512):
|
||||
for i in tqdm(range(512), leave=False):
|
||||
plt.hist(feats_all[i], bins=500)
|
||||
plt.savefig(f'./{spk}/dim_{i}.pdf')
|
||||
plt.close()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user