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

Image Completion with Deep Learning in TensorFlow

Results 28 dcgan-completion.tensorflow issues
Sort by recently updated
recently updated
newest added

Changing image_size to 418 triggers error

someone can change image_size to 256 and train successfully ?

I can't seem to be able to change the image size or number of initial filter values, if I do that I get this error: ` F C:\tf_jenkins\home\workspace\rel-win\M\windows-gpu\PY\35\tensorflow\stream_executor\cuda\cuda_dnn.cc:430] could not...

tensorflow.python.framework.errors_impl.NotFoundError: Key discriminator/d_bn0/beta not found in checkpoint [[Node: save/RestoreV2 = RestoreV2[dtypes=[DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, ..., DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_save/Const_0_0, save/RestoreV2/tensor_names, save/RestoreV2/shape_and_slices)]]

Hello, I study Face Recognition and I'm interested in your paper. First of all, Thank you for sharing your code. I want to train your model with my own dataset....

Hi, I don't have training data.I load the model in the checkpoint directory and execute ./complete.py ./data/your-test-data/aligned/* --outDir outputImages. The following error occurred. error: NotFoundError (see above for traceback): Key...

Hi all, I ran this code for 20 epochs, but it did not show desirable results. Then I increased the number of epoch to 1000 epochs. Below image belongs to...

[*] 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...

Hi, I noticed a bug in you implementation of the function `def weight_context(self, mask):` Although you claim in the comment that the > #sliding window size is 7 you use...

usage: complete.py [-h] [--approach {adam,hmc}] [--lr LR] [--beta1 BETA1] [--beta2 BETA2] [--eps EPS] [--hmcBeta HMCBETA] [--hmcEps HMCEPS] [--hmcL HMCL] [--hmcAnneal HMCANNEAL] [--nIter NITER] [--imgSize IMGSIZE] [--lam LAM] [--checkpointDir CHECKPOINTDIR] [--outDir...