from local

This commit is contained in:
dohe0342 2023-04-28 01:11:58 +09:00
parent f2a27ff281
commit bc81cc1cec
2 changed files with 1 additions and 1 deletions

View File

@ -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/dim_{i}.pdf')
plt.savefig(f'./conv_feat/{spk}/dim_{i}.pdf')
plt.close()