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
环境信息:
CentOS Linux release 7.3.1611 (Core) Python3.7 paddlehub 1.6.2 paddlepaddle-gpu 1.7.2.post107
在linux下运行ernie的senta_bilstm,我在主程序最后有一个print完成,当print完成后,程序会继续运行等很久才结束,手动ctrl c就会出现一个exception:
Exception ignored in: <module 'threading' from '/home/anaconda3/lib/python3.7/threading.py'> Traceback (most recent call last): File "/home/anaconda3/lib/python3.7/threading.py", line 1307, in _shutdown lock.acquire() KeyboardInterrupt
在windows下则不会,window主程序print完成后会立即退出
The text was updated successfully, but these errors were encountered:
你好!升级paddlehub 1.7.1 paddle 1.8.1为最新版本试试。
Sorry, something went wrong.
升级之后还是有这个问题
我也遇到了这个问题
No branches or pull requests
环境信息:
CentOS Linux release 7.3.1611 (Core)
Python3.7
paddlehub 1.6.2
paddlepaddle-gpu 1.7.2.post107
在linux下运行ernie的senta_bilstm,我在主程序最后有一个print完成,当print完成后,程序会继续运行等很久才结束,手动ctrl c就会出现一个exception:
Exception ignored in: <module 'threading' from '/home/anaconda3/lib/python3.7/threading.py'> Traceback (most recent call last): File "/home/anaconda3/lib/python3.7/threading.py", line 1307, in _shutdown lock.acquire() KeyboardInterrupt
在windows下则不会,window主程序print完成后会立即退出
The text was updated successfully, but these errors were encountered: