We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\ProgramData\Anaconda3\lib\site-packages\fool\__init__.py", line 10, in <module> from fool import lexical File "C:\ProgramData\Anaconda3\lib\site-packages\fool\lexical.py", line 8, in <module> from fool.predictor import Predictor File "C:\ProgramData\Anaconda3\lib\site-packages\fool\predictor.py", line 8, in <module> from tensorflow.contrib.crf import viterbi_decode ModuleNotFoundError: No module named 'tensorflow.contrib'
之所以这样是因为fool模块支持的tensorflow版本较低。 This is because that the fool module's tensorflow version support is not new. 我的版本是2.2.0rc1。 My version is 2.2.0rc1.
Sorry, something went wrong.
希望能更新! Hope new version support!
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: