diff --git a/egs/librispeech/ASR/.conv_feat_vis.py.swp b/egs/librispeech/ASR/.conv_feat_vis.py.swp index ee027085f..f930469b7 100644 Binary files a/egs/librispeech/ASR/.conv_feat_vis.py.swp and b/egs/librispeech/ASR/.conv_feat_vis.py.swp differ 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)