update image
Browse files- .gitignore +1 -0
- src/figures/rain1.svg +3 -0
- src/figures/rain2.svg +3 -0
- src/index.html +0 -0
- src/index.qmd +10 -6
.gitignore
CHANGED
@@ -6,3 +6,4 @@ src/_site/
|
|
6 |
*_files
|
7 |
*.zip
|
8 |
*.pdf
|
|
|
|
6 |
*_files
|
7 |
*.zip
|
8 |
*.pdf
|
9 |
+
src/index.html
|
src/figures/rain1.svg
ADDED
Git LFS Details
|
src/figures/rain2.svg
ADDED
Git LFS Details
|
src/index.html
DELETED
The diff for this file is too large to render.
See raw diff
|
|
src/index.qmd
CHANGED
@@ -792,7 +792,8 @@ Just training on <br>[the internet]{.flow}!
|
|
792 |
## Streaming to the rescue {auto-animate=true}
|
793 |
|
794 |
<p align="center">
|
795 |
-
![](./figures/plat.png){width=80%}
|
|
|
796 |
</p>
|
797 |
|
798 |
## Streaming to the rescue {auto-animate=true .smaller}
|
@@ -808,7 +809,7 @@ Just training on <br>[the internet]{.flow}!
|
|
808 |
|
809 |
|
810 |
<p align="center">
|
811 |
-
![](./figures/
|
812 |
</p>
|
813 |
|
814 |
:::
|
@@ -892,7 +893,10 @@ Just training on <br>[the internet]{.flow}!
|
|
892 |
|
893 |
|
894 |
<p align="center">
|
895 |
-
![](./figures/streaming-data.webp){width=80%}
|
|
|
|
|
|
|
896 |
</p>
|
897 |
|
898 |
## Training on the internet {auto-animate=true .smaller}
|
@@ -901,9 +905,9 @@ Just training on <br>[the internet]{.flow}!
|
|
901 |
|
902 |
::: {.column width="50%"}
|
903 |
|
904 |
-
|
905 |
-
![](./figures/
|
906 |
-
|
907 |
|
908 |
:::
|
909 |
|
|
|
792 |
## Streaming to the rescue {auto-animate=true}
|
793 |
|
794 |
<p align="center">
|
795 |
+
<!-- ![](./figures/plat.png){width=80%} -->
|
796 |
+
![](./figures/rain1.svg){width=80%}
|
797 |
</p>
|
798 |
|
799 |
## Streaming to the rescue {auto-animate=true .smaller}
|
|
|
809 |
|
810 |
|
811 |
<p align="center">
|
812 |
+
![](./figures/rain1.svg){width=80%}
|
813 |
</p>
|
814 |
|
815 |
:::
|
|
|
893 |
|
894 |
|
895 |
<p align="center">
|
896 |
+
<!-- ![](./figures/streaming-data.webp){width=80%} -->
|
897 |
+
|
898 |
+
![](./figures/rain2.svg)
|
899 |
+
|
900 |
</p>
|
901 |
|
902 |
## Training on the internet {auto-animate=true .smaller}
|
|
|
905 |
|
906 |
::: {.column width="50%"}
|
907 |
|
908 |
+
|
909 |
+
![](./figures/rain2.svg)
|
910 |
+
|
911 |
|
912 |
:::
|
913 |
|