Skip to content

Commit

Permalink
fix a bug in pretrained models in nlp part
Browse files Browse the repository at this point in the history
  • Loading branch information
yang131313 committed May 12, 2022
1 parent 74d1967 commit 66e47cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/practices/nlp/pretrained_word_embeddings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,7 @@
},
"outputs": [],
"source": [
"# glove_path = \"./glove.6B.100d.txt\"\r\n",
"glove_path = \"data/data42051/glove.6B.100d.txt\"\r\n",
"glove_path = \"./glove.6B.100d.txt\"\r\n",
"embeddings = {}"
]
},
Expand Down

1 comment on commit 66e47cf

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.