Open micklexqg opened 6 years ago
i also meet this problem
just download some common face images and process them as the paper said
@micklexqg ,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?
the reminder clearly told you what you should do
Hi, thanks for your work. I came across the error: the following arguments are required: imgs. so, where is the imgs files? if need creat by hand, what images should be used? just common face images? thanks.