Caffe_BEGAN icon indicating copy to clipboard operation
Caffe_BEGAN copied to clipboard

Caffe/C++ implementation of Boundary Equilibrium Generative Adversarial Networks paper for face generation

Results 3 Caffe_BEGAN issues
Sort by recently updated
recently updated
newest added

Hi, I set the parameters as follows: #!/bin/bash ./Caffe_BEGAN ^ --train=1 ^ --weights_gen= ^ --weights_discr= ^ --z_dim=128 ^ --h_dim=128 ^ --hidden_dim=64 ^ --image_size=128 ^ --solver_gen=solver_generator.prototxt ^ --solver_discr=solver_discriminator.prototxt ^ --batch_size=16 ^...

Hi There! I have done the following: In the ROOT Directory I have ran "cmake ./". I get the following: -- Configuring done -- Generating done -- Build files have...

Hello, could you add compiled windows binaries to the project ? It's farily hard to build the project, for me.