from local

This commit is contained in:
dohe0342 2023-04-28 01:14:54 +09:00
parent 95c92af42a
commit f263fbb20b
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/{spk}/dim_{i}.pdf')
plt.savefig(f'./{spk}/dim_{i}.pdf')
plt.close()