diff --git a/egs/librispeech/ASR/.conv_feat_vis.py.swp b/egs/librispeech/ASR/.conv_feat_vis.py.swp index 2c1ca9c2d..c6aa1fe66 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 e7be13a47..f5fcabb86 100644 --- a/egs/librispeech/ASR/conv_feat_vis.py +++ b/egs/librispeech/ASR/conv_feat_vis.py @@ -16,5 +16,5 @@ feats_all = feats_all.transpose(0,1) for i in range(512): plt.hist(feats_all[i]) - plt.savefig(f'conv_feat/dim_{i}.pdf') + plt.savefig(f'./conv_feat/dim_{i}.pdf') plt.close()