Skip to content

Commit 9055711

Browse files
committed
Merge branch 'word2vec-redundant-ops' of github.com:metric-space/docs into word2vec-redundant-ops
2 parents cd763c2 + fe53ef2 commit 9055711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/text/word2vec.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@
534534
"\n",
535535
"# Label the first context word as `1` (positive) followed by `num_ns` `0`s (negative).\n",
536536
"label = tf.constant([1] + [0]*num_ns, dtype=\"int64\")\n",
537-
"target = target_word\n"
537+
"target = target_word\n"
538538
]
539539
},
540540
{

0 commit comments

Comments
 (0)