You need to sign in or sign up before continuing.
动态图多卡报 NCCL 错误
Created by: mzchtx
环境
- system: centos6u3
- python: 2.7.14
- paddle: 1.5.1.post97
- nccl: 2.2.13
问题
运行 resnet50 的动态图示例,单卡运行没问题,4卡运行报 NCCL 问题,如下图所示:
运行静态图的多卡训练没问题,请问动态图是对 NCCL 版本有要求吗?还是其他的问题?