from local

This commit is contained in:
dohe0342 2023-04-26 14:31:57 +09:00
parent 3085a87f4f
commit 6cac7f1ade
2 changed files with 0 additions and 1 deletions

View File

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