From 0cc25527b385cc15fb7c47c5890713387d213aa5 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Fri, 28 Apr 2023 01:13:34 +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 8cffaa0ca80236c233460184f6c6935b0d79d6c0..550919ae6f5b75112f62986684ff9bdd4ba05e20 100644 GIT binary patch delta 43 xcmZojXh;xEG6?hZRj|}EU;qLE28MI 100: - feat_list = feat_list[:100] + if len(feat_list) > 500: + feat_list = feat_list[:500] for feat in tqdm(feat_list, leave=False): feat = np.load(feat)