dcgan-completion.tensorflow
dcgan-completion.tensorflow copied to clipboard
Image Completion with Deep Learning in TensorFlow
Would it be possible to use a dataset with labels (such as smiling), and conditionally fill based on these attributes? If so, where would you recommend starting to make these...
even though TF>=1.0.0 I am getting NotFoundError (see above for traceback): Key discriminator/d_bn0/beta not found in checkpoint Got above error while running ./complete.py ./data/your-test-data/aligned/* --outDir outputImages I am trying to...
Hi, all. how is possible to make use of my GTX 950M with only 4G gpu-ram? I tried to modify `--epoch 10 --batch_size 10`, but still get this error. ````...
#Hello, thanks for your awesome tutorial on http://bamos.github.io/2016/08/09/deep-completion/. Please I tried to follow the "Running DCGAN on your images", but I have a mistake in :. I worked with python2,...
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...
after run this command ./train-dcgan.py --dataset ./data/your-dataset/aligned --epoch 20 there is nothing in the folder “sample” as expected
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...
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....
  thanks for sharing your work. i had this error while i m trying to use complete.py on the eval images of celebA...