shape - Tensorflow : Check failed: NDIMS == dims() (2 vs. 1) -
i following error after building graph of nn. when try execute :
loss, _ = self._sess.run([self.loss_op, self.train_op], feed_dict=feed_dict)
i error :
f tensorflow/core/framework/tensor_shape.cc:36] check failed: ndims == dims() (2 vs. 1) asking tensor of 2 dimensions tensor of 1 dimensions
i don't succeed know part of graph error related ... because, normaly graph build, shapes should correct ... not ? have idea ?
thanks in advance
Comments
Post a Comment