Skip to content

Commit

Permalink
Merge pull request #2290 from ericcanton:patch-3
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 671098569
  • Loading branch information
copybara-github committed Sep 4, 2024
2 parents f3b5dc4 + d64c7d9 commit 69a53ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/guide/sparse_tensor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
" values=[31, 2], \n",
" dense_shape=[4, 10])\n",
"\n",
"st_b = tf.sparse.SparseTensor(indices=[[0, 2], [7, 0]],\n",
"st_b = tf.sparse.SparseTensor(indices=[[0, 2], [3, 0]],\n",
" values=[56, 38],\n",
" dense_shape=[4, 10])\n",
"\n",
Expand Down

0 comments on commit 69a53ae

Please sign in to comment.