Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Help: How to Load pre-trained chinese word embedding ? #630

Answered by leezu
xiaoxiaoAurora asked this question in Q&A
Discussion options

You must be logged in to vote

If your system has limited memory, please disable out of vocabulary words handling: gluonnlp.embedding.FastText('wiki.zh', load_ngrams=False) instead of gluonnlp.embedding.FastText('wiki.zh', load_ngrams=True)

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by szha
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #630 on August 30, 2020 19:14.