Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxier committed Sep 22, 2017
1 parent 687cda9 commit 0db056f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@
Re-implement CycleGAN in Tensorlayer


<\br>
####Prerequisites:
<\br>

#### Prerequisites:

* Tensorlayer
* TensorFlow
* Python


####Theory:
<\br>
![Image text](https://github.com/luoxier/CycleGAN_Tensorlayer/blob/master/figures/generator.png)
<\br>
![Image text](https://github.com/luoxier/CycleGAN_Tensorlayer/blob/master/figures/discriminator.png)
#### Theory:

![Image text](https://github.com/luoxier/CycleGAN_Tensorlayer/blob/master/figures/generator.png "generator")

![Image text](https://github.com/luoxier/CycleGAN_Tensorlayer/blob/master/figures/discriminator.png "discriminatoe")

#### Results:

![Image text](https://github.com/luoxier/CycleGAN_Tensorlayer/blob/master/figures/result.png)

![Image text](https://github.com/luoxier/CycleGAN_Tensorlayer/blob/master/figures/result2.png)

####Results:
<\br>
![Image text](https://github.com/luoxier/CycleGAN_Tensorlayer/blob/master/figures/result.png)
<\br>
![Image text](https://github.com/luoxier/CycleGAN_Tensorlayer/blob/master/figures/result2.png)
<\br>

####Reference:
#### Reference:

* Original Paper:[Markdown](https://arxiv.org/pdf/1703.10593.pdf)
* Original implement in Torch:[Markdown](https://github.com/junyanz/CycleGAN/)
Expand Down

0 comments on commit 0db056f

Please sign in to comment.