🐛 add leading / to img, else won't compile
This commit is contained in:
parent
6bf2160b33
commit
11ae97260b
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
node_modules
|
node_modules
|
||||||
|
dist
|
||||||
|
|
||||||
.direnv
|
.direnv
|
||||||
*.ist
|
*.ist
|
||||||
|
|
|
@ -203,7 +203,7 @@ nous on voudrait avoir le processus inverse \
|
||||||
|
|
||||||
## Problème inverse, Modèles génératifs
|
## Problème inverse, Modèles génératifs
|
||||||
|
|
||||||
<img src="assets/generative-overview.png" class="m-auto h-110"/>
|
<img src="/assets/generative-overview.png" class="m-auto h-110"/>
|
||||||
|
|
||||||
<a href="https://lilianweng.github.io/posts/2021-07-11-diffusion-models/" class="absolute bottom-0 font-extralight mb-1 mr-2 right-0 text-xs">Lilian Weng, 2021</a>
|
<a href="https://lilianweng.github.io/posts/2021-07-11-diffusion-models/" class="absolute bottom-0 font-extralight mb-1 mr-2 right-0 text-xs">Lilian Weng, 2021</a>
|
||||||
|
|
||||||
|
@ -344,7 +344,7 @@ mais meilleurs méthodes depuis 2020.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
<img src="assets/ldm-simplified.png" class="w-160">
|
<img src="/assets/ldm-simplified.png" class="w-160">
|
||||||
<figcaption class="text-center">Nouvelle pipeline, ajout d'une transformation en amont</figcaption>
|
<figcaption class="text-center">Nouvelle pipeline, ajout d'une transformation en amont</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue