Skip to content

Commit

Permalink
wip(part6): figure sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Look committed Mar 13, 2024
1 parent 26600b3 commit dbc5807
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions nbs/blog/posts/slml_part6.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ comments:

One failure mode I noticed in the results generated after training on this dataset was that sometimes really knotty, gnarled lines would come out.

:::{#fig-longdrawings .column-body-outset layout-ncol=3}
:::{#fig-longdrawings .column-screen-inset layout-ncol=3}
![](https://i.ibb.co/hycJZ71/phase3-runid-093xwcex-epoch-00900-sample-0035-decoded.png)

![](https://i.ibb.co/KrrH350/phase3-runid-093xwcex-epoch-01000-sample-0095-decoded.png)
Expand All @@ -39,7 +39,7 @@ Generated examples with too much complexity.

Sometimes I make patterns by chaining repeating sequences of faces into long continuous lines. I wondered whether the presence of this kind of drawing in the training data was occasionally encouraging the model to make long continuous chains rather than drawing a single person.

:::{#fig-chains .column-body-outset}
:::{#fig-chains .column-body}
![chains example](https://i.ibb.co/wYmmGHX/sb42p006-raw-rotated.jpg)

Example of a "diagonal chain" single-line pattern I draw.
Expand Down Expand Up @@ -105,13 +105,17 @@ Training and validation [loss metrics](https://wandb.ai/andrewlook/sketchrnn-pyt
:::
<!-- ![](https://i.ibb.co/42FGqDN/phase5-wandb-bboxsep-visual-filtering-with-furtherfiltered.png)-->

:::{#fig-gen-bboxsep .column-screen-inset layout-ncol=5}
:::{#fig-gen-bboxsep .column-screen-inset layout-ncol=3}
![](https://i.ibb.co/85p1XNk/phase5-test.png)

![](https://i.ibb.co/R41PJTS/phase5-test2.png)

![](https://i.ibb.co/SymDvdW/phase5-test3.png)

Generated samples after training with visual filtering on bbox-separated dataset.
:::

:::{#fig-gen-bboxsep-oddones .column-body layout-ncol=2}
![](https://i.ibb.co/xqfCt4n/phase5-test4.png)

![](https://i.ibb.co/cbh6D3F/phase5-test5.png)
Expand Down

0 comments on commit dbc5807

Please sign in to comment.