Skip to content

Commit 66e47cf

Browse files
committed
fix a bug in pretrained models in nlp part
1 parent 74d1967 commit 66e47cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/practices/nlp/pretrained_word_embeddings.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,7 @@
226226
},
227227
"outputs": [],
228228
"source": [
229-
"# glove_path = \"./glove.6B.100d.txt\"\r\n",
230-
"glove_path = \"data/data42051/glove.6B.100d.txt\"\r\n",
229+
"glove_path = \"./glove.6B.100d.txt\"\r\n",
231230
"embeddings = {}"
232231
]
233232
},

0 commit comments

Comments
 (0)