Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuanyuXue authored Jan 7, 2021
1 parent 813cd4b commit 6085642
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
" if mat == None:\n",
" mat = load_npz(path + name)[start: end]\n",
" else:\n",
" ## 把分块计算的相似度矩阵合并\n",
" mat += load_npz(path + name)[start: end]\n",
" count += 1\n",
" scipy.sparse.save_npz('commonMatrix/common_matrix_from_%d_to_%d.npz'%(start, end), mat)\n",
Expand Down Expand Up @@ -92,7 +93,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.1"
"version": "3.7.2"
},
"toc": {
"base_numbering": 1,
Expand Down

0 comments on commit 6085642

Please sign in to comment.