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

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -