-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
复现的问题 #5
Comments
@ZR5932 https://github.com/DSXiangLi/ChineseNER/blob/main/requirement.txt requirement 是我直接从当前环境导出来的,可以直接装个virtual试一下 |
请问运行python ./data/people_daily/preprocess.py时,会出现 ValueError: invalid vector on line 708572 (is this really the text format?)报错,这是??另外,在生成tfrecord时,利用三种word_enhance是?? |
@ZR5932 第一个问题我不太确定,可能是你下载的word embedding 是binary format的。如果是glove format试一下把glove_2_wv里面加载词向量的部分KeyedVectors.load_word2vec_format,设置binary=True。word enhance可以看下这篇博客https://www.cnblogs.com/gogoSandy/p/14965711.html |
|
你好,你环境的问题解决了吗? |
请问tensorflow的版本是多少的?我看requirements.txt里tensorflow是1.14.0的,但是运行不了,报错ModuleNotFoundError: No module named 'tensorflow.python.platform',我搜了一下有的遇到过类似的情况,说是版本不对应,然后按照别人的版本下了一个1.13.1 ,也是不行。想问一下,这所有的代码都是用的同一个版本的tensorflow么?具体的tensorflow和cuda版本是多少呢?
The text was updated successfully, but these errors were encountered: