| |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
-> 游戏开发 -> 【Tensorflow】No OpKernel was registered to support Op ‘NcclAllReduce‘错误 -> 正文阅读 |
|
[游戏开发]【Tensorflow】No OpKernel was registered to support Op ‘NcclAllReduce‘错误 |
问题: ????????使用tf.distribute.MirroredStrategy时,在windows系统多卡下出现No OpKernel was registered to support Op 'NcclAllReduce'问题(Linux下正常),具体报错信息如下:
原因: ????????tf.distribute.MirroredStrategy默认使用NCCL进行多卡并行,但官方NCCL不支持windows,可以找非官方的windows NCCL或弃用NCCL。 解决: ????????对于tf1: nccl is only useful if there are GPU to GPU connections available in your setup. Is that the case? If yes, you could try finding a nccl binary for Windows. If not, then it would be better to try some of the non nccl options. To get those, try the following: Option 1:
Option 2:
Option 3:
You will have to try out the 2 approaches and see which one works and gives the best performance for your use case. @yuefengz?- for use cases like this, perhaps we should detect if nccl is not available, give a warning, and default to something else that will work for sure? 参考:NCCL is not supported on Windows · Issue #21470 · tensorflow/tensorflow (github.com) ????????对于tf2: ? ? ? ? tf2中 ? ? ? ? 此时上述解决方案的选项1,在tf2中使用会遇到模块找不到的问题,需要更新为:
? |
|
|
上一篇文章 下一篇文章 查看所有文章 |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 | -2024/11/23 15:05:39- |
|
网站联系: qq:121756557 email:121756557@qq.com IT数码 |