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
6cac7f1ade
commit
cbf13d8465
Binary file not shown.
@ -16,6 +16,6 @@ feats_all = feats_all.transpose(1,0)
|
|||||||
print(feats_all.shape)
|
print(feats_all.shape)
|
||||||
|
|
||||||
for i in range(512):
|
for i in range(512):
|
||||||
plt.hist(feats_all[i])
|
plt.hist(feats_all[i], bins=500)
|
||||||
plt.savefig(f'./conv_feat/dim_{i}.pdf')
|
plt.savefig(f'./conv_feat/dim_{i}.pdf')
|
||||||
plt.close()
|
plt.close()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user