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.
Value Error:Parent directory of trained_model.ckpt doesn't exist, can't save. 将checkpoint = "trained_model.ckpt" 改为: checkpoint = "./trained_model.ckpt"