from local

This commit is contained in:
dohe0342 2023-04-28 01:13:34 +09:00
parent bc81cc1cec
commit 0cc25527b3
2 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ for spk in tqdm(spk_list):
feat_list = glob(f'{spk}/*.npy')
#static_file = open(f'{spk}/{spk_id}_statistic.txt', 'w')
if len(feat_list) > 100:
feat_list = feat_list[:100]
if len(feat_list) > 500:
feat_list = feat_list[:500]
for feat in tqdm(feat_list, leave=False):
feat = np.load(feat)