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

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

php - Permission denied. Laravel linux server -