From 579d82bb11d4be1e671c9417f191e896e3ae348d Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Thu, 27 Apr 2023 20:40:46 +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 ee027085f822c998ccd67abe8287f9db40690dc7..f930469b7dff19da8211cfffb387a1bd51cb66fc 100644 GIT binary patch delta 85 zcmZojXh;xEG6?hZRj|}EU;qLE28RD}UMbTyioTa;mEmDv*fE(?p;*d~mw~|zh;@OO g1&FTzWe$L3c{VEw$n!8OC@4(csP_O7bu;Y@N)hP%P!m%fR3a#9Bbi e2*ekGGJ8R?Jew5-LITHXOuoGAS diff --git a/egs/librispeech/ASR/conv_feat_vis.py b/egs/librispeech/ASR/conv_feat_vis.py index 0aecc81ac..33752d066 100644 --- a/egs/librispeech/ASR/conv_feat_vis.py +++ b/egs/librispeech/ASR/conv_feat_vis.py @@ -23,7 +23,7 @@ for spk in tqdm(spk_list): for i in tqdm(range(512), leave=False): mean = feats_all[i].mean() std = feats_all[i].std() - statistic_file.write(f'{mean} {std}') + static_file.write(f'{mean} {std}') ''' for i in range(512): plt.hist(feats_all[i], bins=500)