From 95c92af42a72ed20b1554b4ab78a8c9a99a74054 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Fri, 28 Apr 2023 01:14:00 +0900 Subject: [PATCH] from local --- egs/librispeech/ASR/.conv_feat_vis.py.swp | Bin 12288 -> 12288 bytes egs/librispeech/ASR/conv_feat_vis.py | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/egs/librispeech/ASR/.conv_feat_vis.py.swp b/egs/librispeech/ASR/.conv_feat_vis.py.swp index 550919ae6f5b75112f62986684ff9bdd4ba05e20..4f9358a36fdf4ef9aa3f367a768875b99a279595 100644 GIT binary patch delta 44 ycmZojXh;xCG6?hZRj|}EU;qLE1_s^vUMWiQ8^tE-F&a)@p(n#=xcR7_H6sA^6bmQ- delta 44 ycmZojXh;xCG6?hZRj|}EU;qLE28MIE@$)){FoV0}O%y 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)