dcgan.torch icon indicating copy to clipboard operation
dcgan.torch copied to clipboard

A torch implementation of http://arxiv.org/abs/1511.06434

Results 42 dcgan.torch issues
Sort by recently updated
recently updated
newest added

Hi - I've been doing a lot of work lately with interpolation in latent space, and I think linear interpolation might not be the best interpolation operator for high dimensional...

So I and another were trying out dcgan.torch to see how well it would work on image sets more complicated than faces (kudos on writing an implementation _much_ easier to...

Hello, What were the specific problems that was solved as ian mentioned problems like - Problems with counting - cherry picked - global_structure - perspective Is there any specific idea...

Hello, thanks a lot for helping the community with your code! I'm training the GAN with ~4000 grey images of faces for 250 epochs and saving the network every 10...

Hello! I got some troubles with the project since I just wanna to train a generator on my own set of images whose type is " * .tif ". Of...

Hi I want to use this repo and I am failing in installing torch-7 on linux. I used the following link for installation: http://torch.ch/docs/getting-started.html but failed. I am getting checklist...

I am using the two trained generators provided in the repository. Yet, the generated images are way blurrier than the one in the DCGAN paper. Anything I am doing wrong?...

Hello! I tried to run DATA_ROOT=celebA th data/crop_celebA.lua an got the following error messages: /home/franzi/torch/install/bin/luajit: /home/franzi/torch/install/share/lua/5.1/image/init.lua:569: image.crop: crop goes outside bounds of src stack traceback: [C]: in function 'cropNoScale' /home/franzi/torch/install/share/lua/5.1/image/init.lua:569:...

Hi there, I freshly installed torch and torch-cl from their git repo. Yet, when I run ``` DATA_ROOT=myimages dataset=folder th main.lua ``` I get the following error ``` main.lua:45: attempt...

I am a bit confused about if there is any difference between the formulations of min_G max_D or max_D min_G in GAN? or these two will be actually equal after...