From 6cac7f1adee0ffe8cc88a4f76f194b4cd8c31786 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Wed, 26 Apr 2023 14:31:57 +0900 Subject: [PATCH] from local --- egs/librispeech/ASR/.conv_feat_vis.py.swp | Bin 12288 -> 12288 bytes egs/librispeech/ASR/conv_feat_vis.py | 1 - 2 files changed, 1 deletion(-) diff --git a/egs/librispeech/ASR/.conv_feat_vis.py.swp b/egs/librispeech/ASR/.conv_feat_vis.py.swp index dbdff4ca98f5f26be9bc2798bcbf46897a64512b..e8badd03d3fbbfe1a3513b35bc599a39596491ee 100644 GIT binary patch delta 102 zcmZojXh;xEG6?hZRj|}EU;qLE28I{gJW|RxivH$j6x}Q+@R^_YBrgMlB_Bjmbh4m= syVz17ZvqgP07}rxR%DiFXl`Dr7tII|d diff --git a/egs/librispeech/ASR/conv_feat_vis.py b/egs/librispeech/ASR/conv_feat_vis.py index 2392aaeb2..c494ff07d 100644 --- a/egs/librispeech/ASR/conv_feat_vis.py +++ b/egs/librispeech/ASR/conv_feat_vis.py @@ -14,7 +14,6 @@ for feat in feats: feats_all = feats_all.transpose(1,0) print(feats_all.shape) -exit() for i in range(512): plt.hist(feats_all[i])