TensorFlow MNIST example not running with fully_connected_feed.py

后端 未结 2 1651
無奈伤痛
無奈伤痛 2020-12-18 22:05

I am able to run the Deep MNIST Example fine, but when running fully_connected_feed.py, I am getting the following error:

File \"fu         


        
2条回答
  •  遥遥无期
    2020-12-18 22:44

    Another alternative is to link the 'g3doc' directory from the github repo into the tensorflow python wheel folder. That way you don't need to change the code.

提交回复
热议问题