Closed darkAlert closed 7 years ago
Hi @darkAlert, can you share your solution to implement the GAN using caffe? Thanks!
@darkAlert Thanks for your sharing your solution to implement the gan ?
There is a deconvolution layer available out of the box - did you get somewhere with dcgan?
Please discuss modeling and usage on the mailing list.
From https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md:
Please do not post usage, installation, or modeling questions, or other requests for help to Issues. Use the caffe-users list instead. This helps developers maintain a clear, uncluttered, and efficient view of the state of Caffe.
How to implement VAE/DCGAN (decoder/generator) with upsampling layer (aka. backward convolution or fractional striding) in caffe?
I was able to implement the GAN (because only InnerProductLayer is needed). But I encountered a problem with upsampling operation while implementing decoder/generator net.