NELSONZHAO / zhihu

This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
https://zhuanlan.zhihu.com/zhaoyeyu
3.5k stars 2.14k forks source link

saver.save(sess, checkpoint) running Error #13

Open 18811708533 opened 6 years ago

18811708533 commented 6 years ago

Value Error:Parent directory of trained_model.ckpt doesn't exist, can't save. 将checkpoint = "trained_model.ckpt" 改为: checkpoint = "./trained_model.ckpt"