from local
This commit is contained in:
parent
954619b815
commit
b4d9a7eb16
Binary file not shown.
@ -4,7 +4,7 @@ import matplotlib.pyplot as plt
|
|||||||
from tqdm import tqdm
|
from tqdm import tqdm
|
||||||
|
|
||||||
spk_list = glob('./conv_feat/*')
|
spk_list = glob('./conv_feat/*')
|
||||||
for spk in spk_list:
|
for spk in tqdm(spk_list):
|
||||||
spk_id = spk.split('/')[-1]
|
spk_id = spk.split('/')[-1]
|
||||||
feats = []
|
feats = []
|
||||||
feat_list = glob(f'{spk}/*.npy')
|
feat_list = glob(f'{spk}/*.npy')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user