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
009c4fce75
commit
648098adb3
Binary file not shown.
@ -3,7 +3,7 @@ import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
feats = []
|
||||
feat_list = glob('./conv_feat/*')
|
||||
feat_list = glob('./conv_feat/*.npy')
|
||||
for feat in feat_list:
|
||||
feat = np.load(feat)
|
||||
feats.append(feat)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user