From 3085a87f4f6d69f9159a55dd0575093a897a986b Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Wed, 26 Apr 2023 14:30:17 +0900 Subject: [PATCH] from local --- egs/librispeech/ASR/.conv_feat_vis.py.swp | Bin 12288 -> 12288 bytes egs/librispeech/ASR/conv_feat_vis.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/.conv_feat_vis.py.swp b/egs/librispeech/ASR/.conv_feat_vis.py.swp index 937db0877c866747bdfd87ae9471cc2456a0c5e9..dbdff4ca98f5f26be9bc2798bcbf46897a64512b 100644 GIT binary patch delta 39 tcmZojXh;xEG6?hZRj|}EU;qLE28NT{JW@JW{wfik{G8HqbHL{6J5E5dh5>3TFTS diff --git a/egs/librispeech/ASR/conv_feat_vis.py b/egs/librispeech/ASR/conv_feat_vis.py index b019ac86f..2392aaeb2 100644 --- a/egs/librispeech/ASR/conv_feat_vis.py +++ b/egs/librispeech/ASR/conv_feat_vis.py @@ -12,7 +12,7 @@ feats_all = feats[0] for feat in feats: feats_all = np.concatenate([feats_all, feat]) -feats_all = feats_all.transpose(0,1) +feats_all = feats_all.transpose(1,0) print(feats_all.shape) exit()