tensorflow-mnist-predict icon indicating copy to clipboard operation
tensorflow-mnist-predict copied to clipboard

create_model

Open Amri95 opened this issue 6 years ago • 1 comments

Hello there,

I am getting this error : ValueError : Parent directory of model.ckpt doesn't exist, can't save.

With regards

Amri95 avatar Oct 23 '18 01:10 Amri95

Hello. I had the same error. Here's what you can do! Have a great day! save_path = saver.save(sess, "model.ckpt") to save_path = saver.save(sess, "./model.ckpt")

mgh3326 avatar Nov 06 '18 10:11 mgh3326