dcgan-completion.tensorflow
dcgan-completion.tensorflow copied to clipboard
Cannot feed value of shape (64, 64, 64) for Tensor 'real_images:0', which has shape '(?, 64, 64, 3)'
[*] Reading checkpoints...
====== An existing model was found in the checkpoint directory. If you just cloned this repository, it's a model for faces trained on the CelebA dataset for 20 epochs. If you want to train a new model from scratch, delete the checkpoint directory or specify a different --checkpoint_dir argument.
Traceback (most recent call last):
File "train-dcgan.py", line 41, in
Hi , Your images should be 64*64 size and RGB. If the images are not RGB, you should change the value of 'c_dim' to 1(originaly this value is 3).