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
Paddle-Inference-Demo/python/advanced/multi_thread/threads_demo.py
Line 104 in cbf3a52
是不是应该是: for t in threads: t.join()
The text was updated successfully, but these errors were encountered:
Paddle-Inference-Demo/python/advanced/multi_thread/threads_demo.py Line 104 in cbf3a52 for i in range(thread_num): 是不是应该是: for t in threads: t.join()
谢谢指出错误,我们下个pr修复。
Sorry, something went wrong.
vivienfanghuagood
No branches or pull requests
Paddle-Inference-Demo/python/advanced/multi_thread/threads_demo.py
Line 104 in cbf3a52
是不是应该是:
for t in threads:
t.join()
The text was updated successfully, but these errors were encountered: