diff options
| author | Cameron <cysmith1010@gmail.com> | 2016-10-29 17:43:43 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-29 17:43:43 -0600 |
| commit | 70782471fc3f8fa12971b4ea4c75a254c2f58a4e (patch) | |
| tree | f40918d493ddd87b39f0c19087594c097441c9ac | |
| parent | a44d1c3e9631bc20f84823f9495b5f43583e94b6 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -222,8 +222,8 @@ Here we reproduce Figure 3 from [the original paper](https://arxiv.org/abs/1508. <td><img src="examples/layers/conv5_1_1e2.png" width="192"></td> </tr> </table> -*Rows*: increasing subsets of CNN layers; i.e. 'conv4_1' means using 'conv1_1', 'conv2_1', 'conv3_1', 'conv4_1'. -*Columns*: alpha/beta ratio of the the content and style reconstruction (see Content / Style Tradeoff) +*Rows*: increasing subsets of CNN layers; i.e. 'conv4_1' means using 'conv1_1', 'conv2_1', 'conv3_1', 'conv4_1'. +*Columns*: alpha/beta ratio of the the content and style reconstruction (see Content / Style Tradeoff). ## Setup #### Dependencies: |
