-
Notifications
You must be signed in to change notification settings - Fork 480
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
请问可以指定服务器中的某一个GPU进行加速吗? #701
Comments
CUDA_VISIBLE_DEVICES=2 python anylabeling/app.py |
感谢回复! 刚试了一下好像还是没有用上GPUㅠ 我再试试!! 还想请教一个问题,或许X-AnyLabeling支持在Docker容器中运行吗? 例如在docker中安装conda环境运行这样子 |
@junjundaidai Hello! In response to your question, I suggest handling it in the following steps:
python anylabeling/checks.py This way we can understand your specific environmental settings better and assist you more effectively. Regarding Docker environment issues: X-AnyLabeling can indeed be run in Docker, but you need to write a Dockerfile suitable for your own environment, including properly configuring CUDA environments, conda environments, etc. It is recommended to refer to the official documentation's dependency requirements when writing the Dockerfile. If there are still problems after running the diagnostic script, please provide the output results so that we can further assist with troubleshooting. |
@CVHub520 WOWWW~ Thank you so much for your reply !!! I'll tell you the process of docker setting soon!!!!! |
将X-Anylabeling在docker中进行配置的计划可能要被耽搁了55 抱歉,如果后续有机会做docker的话,我会继续在此处更新内容的!!!谢谢!!! |
Search before asking
Question
现想在linux服务器中运行X-AnyLabeling, 服务器有多个GPU(device=0, device=1 等),
看到app_info.py中说,想让GPU加速只需将CPU改成GPU即可,所以想请问要是想指定一个GPU(例如 指定 device=2)来加速的话,该在哪里修改代码呀?谢谢!
Additional
No response
The text was updated successfully, but these errors were encountered: