dcgan-completion.tensorflow icon indicating copy to clipboard operation
dcgan-completion.tensorflow copied to clipboard

NotFoundError (see above for traceback): Key generator/g_h6/w not found in checkpoint

Open pavibalaji opened this issue 7 years ago • 2 comments

Hi,

I am getting the above error when i try to run complete.py using the saved check point. The image which I am trying to send for inference is 64*64. I also made the changes in your pull requests. Still it doesn't seem to get fixed. Please help me with the following issue. Thanks in advance.

pavibalaji avatar Feb 06 '18 09:02 pavibalaji

you should delete all "checkpoint" and other folder

liu1475341362 avatar Mar 21 '18 07:03 liu1475341362

@liu1475341362 ,hello,Can you tell me how you train?after I delete original checkpoint directory,I run this command ./train-dcgan.py --dataset ./data/your-dataset/aligned --epoch 20. The computer display "An existing model was not fount in the checkpoint directory. Initializing a new one" I use my own training set.
Why doesn't he generate these files of checkpoint,DCGAN.model-60502.data-00000-of-00001,DCGAN.model-60502.index,DCGAN.model-60502.meta?

ChaoWei0606 avatar Apr 19 '18 13:04 ChaoWei0606