-
Notifications
You must be signed in to change notification settings - Fork 177
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配置 #267
Comments
将如下配置项配置为true后,使用本机所有GPU搜索模型: parallel_search: True 若不希望使用所有的GPU,设置 |
似乎是并行计算库不能启动? |
pip install dask |
已解决! 提个建议 :这个路径采用os.environ这个接口导入,我是在docker起的容器中运行的,所以这块解决方法可能不太一样,这块是不是可以做一些补充 另外 https://github.com/huawei-noah/vega/blob/master/docs/cn/user/config_reference.md#2-%E5%85%AC%E5%85%B1%E9%85%8D%E7%BD%AE%E9%A1%B9 -2-2.1中general的pytorch打错了 |
感谢你的建议。 |
jupyter命令行:%env PATH=/root/.local/bin: |
谢谢,我们及时刷新。 |
如果想利用已经搜索出的网络测试另一批数据,该怎么做呢?还需要通过pipline进行fulltrain嘛 |
是的,需要fullytrain,看下精度。 |
那是需要重新训练整个搜索好的网络? 目前没有提供yaml配置选项去调用模型参数只进行测试数据嘛 |
若搜索时的pipeline中包含了fullytrain,就不需要重新训练。 |
File "testcode.py", line 147, in
为什么dataload出来会是map呢? |
数据格式是否是COCO格式的? 另外对于检测,需要参考这个代码:https://github.com/huawei-noah/vega/blob/39741b5ddd9623f0984599d7f52ea38ef6f253c1/vega/tools/detection_inference.py |
一机多卡怎么配置device啊 好像没看到相关介绍
The text was updated successfully, but these errors were encountered: