项目作者: naga-anjaneyulu

项目描述 :
I have used an inverted CNN as a generator and CNN as a Discriminator .Firstly,Trained the discriminator using real images , then with fake images through the 3 channels provided by the generator.Used ReLU activation for forward propogation in Generator network, LeakyReLU for forward propogation in Discriminator network and then computed the losses using binary cross entropy and update the weights through backpropogation .Check Results folder for generated images .
高级语言: Python
项目地址: git://github.com/naga-anjaneyulu/Image-Creation---GANs.git
创建时间: 2018-07-26T18:24:01Z
项目社区:https://github.com/naga-anjaneyulu/Image-Creation---GANs

开源协议:

下载


Image - Creation - GANs

I have used an inverted CNN as a generator and CNN as a Discriminator .Firstly,Trained the discriminator using real images , then with fake images through the 3 channels provided by the generator.Used ReLU activation for forward propogation in Generator network, LeakyReLU for forward propogation in Discriminator network and then computed the losses using binary cross entropy and updated the weights through backpropogation .

Check Results folder for generated images .