from local

This commit is contained in:
dohe0342 2023-04-26 14:22:49 +09:00
parent 68b66705a3
commit a7d623d9c3
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):
plt.hist(feats_all[i])
plt.savefig(f'conv_feat/dim_{i}.pdf')
plt.savefig(f'./conv_feat/dim_{i}.pdf')
plt.close()