tensorflow-mnist-predict
tensorflow-mnist-predict copied to clipboard
create_model
Hello there,
I am getting this error : ValueError : Parent directory of model.ckpt doesn't exist, can't save.
With regards
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")