CycleGAN icon indicating copy to clipboard operation
CycleGAN copied to clipboard

Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.

Results 57 CycleGAN issues
Sort by recently updated
recently updated
newest added

I am trying to apply cyclegan to my data, and at the beginning (1-2 epoch) it kinda makes needed transformation (with added noise), but then it just copies the image...

```bash torch/install/share/lua/5.1/cudnn/SpatialConvolution.lua:42: attempt to perform arithmetic on field 'groups' (a nil value) stack traceback: ...torch/install/share/lua/5.1/cudnn/SpatialConvolution.lua:42: in function 'resetWeightDescriptors' ...torch/install/share/lua/5.1/cudnn/SpatialConvolution.lua:93: in function 'checkInputChanged' ...torch/install/share/lua/5.1/cudnn/SpatialConvolution.lua:117: in function 'createIODescriptors' ...torch/install/share/lua/5.1/cudnn/SpatialConvolution.lua:177: in function 'func'...

Hi, I have a problem for cycle gan training, currently our training dataset need many image(both A and B), can I do art style transfer based just one image. like...

Hi, When running the pretrained style_monet, I get the following error: THCudaCheck FAIL file=/tmp/luarocks_cutorch-scm-1-3656/cutorch/lib/THC/generic/THCStorage.cu line=66 error=2 : out of memory /root/torch/distro/install/bin/luajit: /root/torch/distro/install/share/lua/5.1/nn/Container.lua:67: In 29 module of nn.Sequential: /root/torch/distro/install/share/lua/5.1/nn/THNN.lua:110: cuda runtime...

Hi! Amazing Work! I saw that you provide various models and datasets used in your Paper and presentation, but it seems that you have not added the transer for real...

Hello, I'm currently on Ubuntu 16.04 and use cuda 7.5 and cudnn 5.1 The Cezanne Example works, but starting torch takes an unusual amount of time. When I start it,...

I just want to test this and got an error ` /home/gormatevosyan14/torch/install/bin/luajit: ...vosyan14/torch/install/share/lua/5.1/threads/threads.lua:183: [thread 1 callback] /home/gormatevosyan14/lenz/CycleGAN/data/donkey_folder.lua:28: Did not find directory: /home/gormatevosyan14/lenz/CycleGAN/testA stack traceback: [C]: in function 'error' /home/gormatevosyan14/lenz/CycleGAN/data/donkey_folder.lua:28: in...

[...]/torch/install/bin/luajit: [...]/torch/install/share/lua/5.1/image/init.lua:176: [write_png_file] Depth must be 1, 3 or 4 stack traceback: [C]: in function 'save' /data/software/torch/install/share/lua/5.1/image/init.lua:176: in function 'saver' /data/software/torch/install/share/lua/5.1/image/init.lua:442: in function 'save' ./util/visualizer.lua:50: in function 'save_results' train.lua:96: in...

I am looking for a way to get more consistency in the output when processing a bigger image in tiles. The problem is that due to the memory constraints currently...