异次元游人
2019-01-25 16:07
NameError Traceback (most recent call last)<ipython-input-4-f4786694efdb> in <module> 43 print((sess.run(accuracy, feed_dict={x:data.test.images,y_:data.test.labels}))) 44 path=saver.save(---> 45 sess,os.path.join(os.path.dirname(__file__),'data','regression.ckpt'), 46 write_meta_graph=False,write_state=False) 47 print('Saved:',path) NameError: name '__file__' is not defined
这是在哪里运行的测试代码?
https://www.jianshu.com/p/d114148e72e1
TensorFlow与Flask结合打造手写体数字识别
20428 学习 · 102 问题
相似问题