Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/tensorflow/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Tensorflow 2个IndexedLices不支持高效allreduce_Tensorflow_Keras_Deep Learning_Multi Gpu - Fatal编程技术网

Tensorflow 2个IndexedLices不支持高效allreduce

Tensorflow 2个IndexedLices不支持高效allreduce,tensorflow,keras,deep-learning,multi-gpu,Tensorflow,Keras,Deep Learning,Multi Gpu,我正在尝试在多个GPU上运行一个子类Keras模型。代码按预期运行,但在代码执行过程中出现以下“警告”: “2个IndexedLices不支持高效allreduce” 这是什么意思?我遵循了关于Tensorflow 2.0测试版指南的多GPU教程。我还在输入管道中使用Dataset API。您最后发现了吗?:)Tensorflow团队的任何人都能回答这个问题?

我正在尝试在多个GPU上运行一个子类Keras模型。代码按预期运行,但在代码执行过程中出现以下“警告”:

“2个IndexedLices不支持高效allreduce”


这是什么意思?我遵循了关于Tensorflow 2.0测试版指南的多GPU教程。我还在输入管道中使用Dataset API。

您最后发现了吗?:)Tensorflow团队的任何人都能回答这个问题?