diff --git a/egs/librispeech/ASR/.conv_feat_vis.py.swp b/egs/librispeech/ASR/.conv_feat_vis.py.swp index 550919ae6..4f9358a36 100644 Binary files a/egs/librispeech/ASR/.conv_feat_vis.py.swp and b/egs/librispeech/ASR/.conv_feat_vis.py.swp differ diff --git a/egs/librispeech/ASR/conv_feat_vis.py b/egs/librispeech/ASR/conv_feat_vis.py index 6f7b79e2d..5ed7fd395 100644 --- a/egs/librispeech/ASR/conv_feat_vis.py +++ b/egs/librispeech/ASR/conv_feat_vis.py @@ -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) > 500: - feat_list = feat_list[:500] + if len(feat_list) > 100: + feat_list = feat_list[:100] for feat in tqdm(feat_list, leave=False): feat = np.load(feat)