from local

This commit is contained in:
dohe0342 2023-04-26 14:22:46 +09:00
parent bbb54187d9
commit 68b66705a3
2 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ feats_all = feats_all.transpose(0,1)
for i in range(512): for i in range(512):
plt.hist(feats_all[i]) plt.hist(feats_all[i])
plt.savefig(f'dim_{i}.pdf') plt.savefig(f'conv_feat/dim_{i}.pdf')
plt.close() plt.close()