Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taki0112 authored Aug 2, 2022
1 parent e1447b9 commit d9cca77
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## DDGAN — TensorFlow Implementation
### : Tackling the Generative Learning Trilemma with Denoising Diffusion GANs (ICLR 2022 Spotlight)

<div align="center">
<img src="./assets/teaser2.png">
</div>

## Usage
### Train
Expand All @@ -13,5 +16,16 @@
> python main.py --dataset FFHQ --phase test
```

## Results (256x256)
### CelebA-HQ
<div align="left">
<img src="./assets/celeba_hq.png" width = '512px' height = '512px'>
</div>

### FFHQ
<div align="left">
<img src="./assets/ffhq.png" width = '512px' height = '512px'>
</div>

## Author
* [Junho Kim](http://bit.ly/jhkim_resume)

0 comments on commit d9cca77

Please sign in to comment.