mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
68b66705a3
commit
a7d623d9c3
Binary file not shown.
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user