from local

This commit is contained in:
dohe0342 2023-04-26 14:29:21 +09:00
parent b24357aba4
commit 009c4fce75
2 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ for feat in feats:
feats_all = feats_all.transpose(0,1) feats_all = feats_all.transpose(0,1)
print(feats_all.shape) print(feats_all.shape)
exit()
for i in range(512): for i in range(512):
plt.hist(feats_all[i]) plt.hist(feats_all[i])