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