forked from buriburisuri/ebgan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mansour
committed
Oct 20, 2016
1 parent
6e9709d
commit bb506b6
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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. |