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
579d82bb11
commit
952eee4869
Binary file not shown.
@ -3,7 +3,7 @@ import numpy as np
|
|||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
from tqdm import tqdm
|
from tqdm import tqdm
|
||||||
|
|
||||||
spk_list = glob('./conv_feat/*')
|
spk_list = sorted(glob('./conv_feat/*'))
|
||||||
for spk in tqdm(spk_list):
|
for spk in tqdm(spk_list):
|
||||||
spk_id = spk.split('/')[-1]
|
spk_id = spk.split('/')[-1]
|
||||||
feats = []
|
feats = []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user