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
95c92af42a
commit
f263fbb20b
Binary file not shown.
@ -30,5 +30,5 @@ for spk in tqdm(spk_list):
|
||||
'''
|
||||
for i in range(512):
|
||||
plt.hist(feats_all[i], bins=500)
|
||||
plt.savefig(f'./conv_feat/{spk}/dim_{i}.pdf')
|
||||
plt.savefig(f'./{spk}/dim_{i}.pdf')
|
||||
plt.close()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user