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

Key generator/g_h5/w not found in checkpoint

Open chenyzh28 opened this issue 8 years ago • 3 comments

When i run complete.py for some choosen 64X64 pictures, it raises a notfounderror: Key generator/g_h5/w not found in checkpoint. Does anyone know what is wrong with it? Please help me out. Addition : I found i cannnot train a new dataset with the train-dcgan.py, which is very weird.

chenyzh28 avatar Jan 07 '18 14:01 chenyzh28

Oh,I have solved the problem. Remeber to use 64X64 pictures instead of others.

chenyzh28 avatar Jan 07 '18 14:01 chenyzh28

@chenyzh28 ,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 in the checkpoint directory?

ChaoWei0606 avatar Apr 19 '18 13:04 ChaoWei0606

@ChaoWei0606 That's a normal check and make sure you have an checkpoint. Hope this help.

wiwengweng avatar Jul 09 '18 14:07 wiwengweng