Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Fix image in DCGAN README #268

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions DCGAN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@

arXiv: https://arxiv.org/abs/1406.2661

After Epoch 1:
<p align="center">
<img src="images/epoch-1-output.png" height="270" width="360">
</p>
After 10 epochs:

After Epoch 10:
<p align="center">
<img src="images/epoch-10-output.png" height="270" width="360">
<img alt="A digit generated by DCGAN" src="https://rickwierenga.com/assets/images/s4tfgan/result.png">
</p>


Expand Down