Skip to content

Commit

Permalink
adding training visualizations
Browse files Browse the repository at this point in the history
  • Loading branch information
kvmanohar22 committed Feb 4, 2018
1 parent 9556afd commit ebc0adf
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Implementation of the paper : **Toward Multimodal Image-to-Image Translation**
- [Generate Graph](#graph)
- [Training the network](#train)
- [Testing the network](#test)
- [Visualizations](#viz)
- [TODO](#todo)
- [Licence](#licence)

Expand Down Expand Up @@ -189,6 +190,16 @@ $ sudo pip install -r requirements.txt
$ ./test.sh <dataset_name> <test_image_path> <checkpoint_path>
```

<a name='viz'></a>
# Visualizations
Loss of discriminator and generator as function of iterations on `edges2shoes` dataset.

![](imgs/loss/d_fake.png)
![](imgs/loss/d_real.png)
![](imgs/loss/d_loss.png)
![](imgs/loss/g_loss.png)


<a name='todo'></a>
# TODO
- [x] Residual Encoder
Expand Down
Binary file added imgs/loss/d_fake.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/loss/d_loss.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/loss/d_real.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/loss/g_loss.png
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 ebc0adf

Please sign in to comment.