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
Sep 18, 2016
1 parent
30ea41c
commit bd1fece
Showing
4 changed files
with
55 additions
and
17 deletions.
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 |
---|---|---|
@@ -1,2 +1,37 @@ | ||
# ebgan | ||
tensorflow implementation of Junbo et al's Energy-based generative adversarial network ( EBGAN ) paper. | ||
# EBGAN | ||
A tensorflow implementation of Junbo et al's Energy-based generative adversarial network ( EBGAN ) paper. | ||
( See : [https://arxiv.org/pdf/1609.03126v2.pdf](https://arxiv.org/pdf/1609.03126v2.pdf) ) | ||
|
||
## Dependencies | ||
|
||
1. tensorflow >= rc0.10 | ||
1. sugartensor >= 0.0.1 | ||
|
||
## Training the network | ||
|
||
Execute | ||
<pre><code> | ||
python mnist_ebgan_train.py | ||
</code></pre> | ||
to train the network. You can see the result ckpt files and log files in the 'asset/train' directory. | ||
Launch tensorboard --logdir asset/train/log to monitor training process. | ||
|
||
|
||
## Generating image. | ||
|
||
Execute | ||
<pre><code> | ||
python mnist_ebgan_generate.py | ||
</code></pre> | ||
to generate sample image. The 'sample.png' file will be generated in the 'asset/train' directory. | ||
|
||
## Sample image. | ||
|
||
This image was generated by EBGAN network. | ||
<p align="center"> | ||
<img src="https://raw.githubusercontent.com/buriburisuri/ebgan/master/ebgan/png/sample.png" width="350"/> | ||
</p> | ||
|
||
|
||
# Authors | ||
Namju Kim ([email protected]) at Jamonglabs Co., Ltd. |
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.