Tensorflow后端失败,OP_REQUIRES在gather_nd_op.cc:50

时间:2018-06-07 18:16:50

标签: tensorflow keras

我目前正在使用由matterport托管的Mask R-CNN repo来训练我的网络。但是,我遇到了这个错误,并且不明白它的含义。

OP_REQUIRES failed at gather_nd_op.cc:50 : Invalid argument: flat indices[255, :] = [0, 259262] does not index into param (shape: [1,20730,2]).
OP_REQUIRES failed at gather_nd_op.cc:50 : Invalid argument: flat indices[6, :] = [0, 247913] does not index into param (shape: [1,20730,4]).

有人可以解释这些错误指的是什么吗?我目前正在使用tensorflow 1.6作为keras 2.1.6的后端。我正在使用Anaconda虚拟环境来托管这些软件包。我也在使用Windows 10操作系统和CPU培训

0 个答案:

没有答案