首先聲明一點,MRPC原文件本身 是本人最近 Technology goto Intertant獲得的,所以不要指望本文能有什么特殊信息(滑稽)

各種錯誤集錦
(建議改為:人類迷惑行為大賞)
1. TensorFlow 絕對不能使用2.x 版本的!!!
因為!若你把所有軟件的最新版本混在一起,就會發生劇烈的爆炸。對,就是爆炸,不要問我怎么知道的。爆炸時記得電子設備起火一定要使用干粉滅火器。
pypl相當於一個巨大的官方應用商店(- -)你可以在里面找到TensorFlow 2,然后在里面找到歷史版本。都是要用pip安裝的。
2. 在eclipse中,pyDev的 “包名”不能帶減號(但是項目的示例的文件夾名字就是帶減號的。。。)
3.在eclipse中,pyDev中,你需要工程源碼文件拖動到你心建的同名工程里。語料庫也可以復制,不過應該運行參數填對路徑就不用復制了。。我沒試過不復制的情況。
4. 手動安裝的包名:
tokenization!這是個包可以裝(雖然還不清楚他具體干啥的)
5. 加了個 from bert 就不出錯了,我都要哭暈了
from bert import modeling from bert import optimization """加了個 from bert 就不出錯了,我都要哭暈了 """
6. 沒有安裝tokenization的效果,解決見4:
ImportError:
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Importing the numpy c-extensions failed.
- Try uninstalling and reinstalling numpy.
- If you have already done that, then:
1. Check that you expected to use Python3.7 from "C:\ProgramData\Anaconda3\python.exe",
and that you have no directories in your PATH or PYTHONPATH that can
interfere with the Python and numpy version "1.18.1" you're trying to use.
2. If (1) looks fine, you can open a new issue at
https://github.com/numpy/numpy/issues. Please include details on:
- how you installed Python
- how you installed numpy
- your operating system
- whether or not you have multiple versions of Python installed
- if you built from source, your compiler versions and ideally a build log
- If you're working with a numpy git repository, try `git clean -xdf`
(removes all files not under version control) and rebuild numpy.
Note: this error has many possible causes, so please don't comment on
an existing issue about this - open a new one instead.
Original error was: DLL load failed: 找不到指定的模塊。
以上。后續不定期更新。2020年3月20日10:57:17
