Skip to content

Commit

Permalink
Results (#4)
Browse files Browse the repository at this point in the history
* results added

* fixup! results added

Co-authored-by: Gabor Vecsei <[email protected]>
  • Loading branch information
gaborvecsei and gaborvecseidocler authored Nov 25, 2020
1 parent bfd047e commit 719a051
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@

*Unofficial implementation*, with understandability in mind (verbose implementation)

<img src="art/flower_interpolation_512.png" width="400"></a> <img src="art/generated_flowers_512.png" width="400"></a>
*512x512 generated images (randomly selected) trained for 9 hours with batch size of 8 on [Oxford 17 flowers dataset](https://www.robots.ox.ac.uk/~vgg/data/flowers/17/index.html)
which contains only 1360 images*

- [Paper](https://openreview.net/forum?id=1Fqg133qRaI)

The implementation tries to replicate the results from the paper.
The implementation tries to replicate the results from the paper based only on the publication.

What is not discussed in the paper (e.g. filter sizes, training scheduling, hyper parameters), is chosen based on some
experiments and previous knowledge.

## Results

Coming soon

## Train

```
Expand Down Expand Up @@ -43,10 +44,10 @@ optional arguments:

## Todos


- Work with various image extensions not just `jpg`
- Add a docker image and requirements
- Name network layers
- Evaluation (*FID score*) when training
- More advanced training schedule (e.g. learning rate scheduling and initial hyper parameters)
- Random cropping `I_{part}` (right now it is center crop) for the Discriminator
- More exhausting tests for the Generator and Discriminator
- More exhausting tests for the Generator and Discriminator
Binary file added art/flower_interpolation_512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/generated_flowers_512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 719a051

Please sign in to comment.