Skip to content

Commit

Permalink
modify readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mansour committed Oct 20, 2016
1 parent 6e9709d commit bb506b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A tensorflow implementation of Junbo et al's Energy-based generative adversarial
( See : [https://arxiv.org/pdf/1609.03126v2.pdf](https://arxiv.org/pdf/1609.03126v2.pdf) )
My implementation is somewhat different from original papers, for example I've used convolution layers
in both generator and discriminator instead of fully connected layers.
I think this isn't important and will not make a big difference in final result.
I think this isn't important and will not make a big difference in the final result.

## Dependencies

Expand Down Expand Up @@ -39,6 +39,7 @@ This image was generated by EBGAN network.

1. [Original GAN tensorflow implementation](https://github.com/buriburisuri/sugartensor/blob/master/sugartensor/example/mnist_gan.py)
1. [InfoGAN tensorflow implementation](https://github.com/buriburisuri/sugartensor/blob/master/sugartensor/example/mnist_info_gan.py)
1. [Supervised InfoGAN tensorflow implementation](https://github.com/buriburisuri/supervised_infogan)

# Authors
Namju Kim ([email protected]) at Jamonglabs Co., Ltd.

0 comments on commit bb506b6

Please sign in to comment.