🐛 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
|
||||
dist
|
||||
|
||||
.direnv
|
||||
*.ist
|
||||
|
|
|
@ -203,7 +203,7 @@ nous on voudrait avoir le processus inverse \
|
|||
|
||||
## 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>
|
||||
|
||||
|
@ -344,7 +344,7 @@ mais meilleurs méthodes depuis 2020.
|
|||
</div>
|
||||
|
||||
<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>
|
||||
</figure>
|
||||
|
||||
|
|
Loading…
Reference in a new issue