python - Tensorflow runtime error debug -


how debug runtime error in tensorflow?

i new tensorflow , appreciate help. executing code , after executing line sess.run() throws error. using tensorflow 1.0 , python 3.5.2

below snippet of error:

info:tensorflow:starting run_training info:tensorflow:running training step... f c:\tf_jenkins\home\workspace\release-win\device\cpu\os\windows\tensorflow\core\framework\tensor.h:582] check failed: new_num_elements == numelements() (160 vs. 81920) 

i believe error values (160 vs. 81920) due variable being initialized 160 values , 81920 values passed it. not able 0 down on exact tensor is. there line number or clue mentioned in error.

any appreciated.

disclaimer: dont have enough credit post comment

you better add code in question or people of great community devote out of here.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -