Closed CoderReece closed 6 years ago
Didn't realise it had a configuration. Stupid me.
Yeah but in configuration what should be changed to what ?
I have already created logdir/01
you have to copy the following to logdir/01
checkpoint
graph.pbtxt
model_gs_200k.data-00000-of-00001
model_gs_200k.index
model_gs_200k.meta
您必须将以下内容复制到
logdir/01
checkpoint graph.pbtxt model_gs_200k.data-00000-of-00001 model_gs_200k.index model_gs_200k.meta
model_gs_200k Where does the weight come from He only generated these files for me,I don't know what i should do
I can't get synthesize to execute.
python synthesize.py Graph loaded Traceback (most recent call last): File "synthesize.py", line 48, in <module> synthesize() File "synthesize.py", line 32, in synthesize saver.restore(sess, tf.train.latest_checkpoint(hp.logdir)); print("Restored!") File "C:\Users\Reece\Miniconda3\lib\site-packages\tensorflow\python\training\saver.py", line 1796, in restore raise ValueError("Can't load save_path when it is None.") ValueError: Can't load save_path when it is None.