Update docs

This commit is contained in:
litagin02
2023-12-31 07:45:40 +09:00
parent 4faef57dd2
commit 9893b899d7
5 changed files with 37 additions and 61 deletions

View File

@@ -58,8 +58,7 @@
" embs.append(np.expand_dims(xvec, axis=0))\n",
" names.append(file)\n",
"\n",
"x = np.concatenate(embs, axis=0)\n",
"x = np.squeeze(x)"
"x = np.concatenate(embs, axis=0)"
]
},
{