Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
add number of epochs info
  • Loading branch information
hwalsuklee authored Nov 7, 2017
1 parent 37ab5ce commit ddca54f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ python run_main.py --prior_type mixGaussian
```
<table align='center'>
<tr align='center'>
<td> Learned MNIST manifold</td>
<td> Distribution of labeled data</td>
<td> Learned MNIST manifold (20 Epochs) </td>
<td> Distribution of labeled data (20 Epochs) </td>
</tr>
<tr>
<td><img src = 'samples/mixGaussian/PMLR_epoch_19.jpg' height = '400px'>
Expand All @@ -64,8 +64,8 @@ python run_main.py --prior_type swiss_roll
```
<table align='center'>
<tr align='center'>
<td> Learned MNIST manifold</td>
<td> Distribution of labeled data</td>
<td> Learned MNIST manifold (20 Epochs) </td>
<td> Distribution of labeled data (20 Epochs) </td>
</tr>
<tr>
<td><img src = 'samples/swiss_roll/PMLR_epoch_19.jpg' height = '400px'>
Expand All @@ -80,8 +80,8 @@ python run_main.py --prior_type normal
```
<table align='center'>
<tr align='center'>
<td> Learned MNIST manifold</td>
<td> Distribution of labeled data</td>
<td> Learned MNIST manifold (20 Epochs) </td>
<td> Distribution of labeled data (20 Epochs) </td>
</tr>
<tr>
<td><img src = 'samples/normal/PMLR_epoch_19.jpg' height = '400px'>
Expand Down

0 comments on commit ddca54f

Please sign in to comment.