rename figs to assets

This commit is contained in:
Laureηt 2023-12-14 16:29:27 +01:00
parent 88987bbb5b
commit ce97769dd8
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
14 changed files with 12 additions and 15 deletions

View file

Before

Width:  |  Height:  |  Size: 257 KiB

After

Width:  |  Height:  |  Size: 257 KiB

View file

Before

Width:  |  Height:  |  Size: 384 KiB

After

Width:  |  Height:  |  Size: 384 KiB

View file

Before

Width:  |  Height:  |  Size: 308 KiB

After

Width:  |  Height:  |  Size: 308 KiB

View file

Before

Width:  |  Height:  |  Size: 294 KiB

After

Width:  |  Height:  |  Size: 294 KiB

View file

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 154 KiB

View file

Before

Width:  |  Height:  |  Size: 404 KiB

After

Width:  |  Height:  |  Size: 404 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 KiB

View file

Before

Width:  |  Height:  |  Size: 299 KiB

After

Width:  |  Height:  |  Size: 299 KiB

View file

Before

Width:  |  Height:  |  Size: 187 KiB

After

Width:  |  Height:  |  Size: 187 KiB

View file

Before

Width:  |  Height:  |  Size: 314 KiB

After

Width:  |  Height:  |  Size: 314 KiB

View file

Before

Width:  |  Height:  |  Size: 230 KiB

After

Width:  |  Height:  |  Size: 230 KiB

View file

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a818165ce7504a6b6d17ab63ded743d49d5b26634cd2b0b9592d60cae0b300b4
size 433199

View file

@ -167,8 +167,8 @@ tau -> température (hyper paramètre)
</header>
![bg 98%](figs/baseline_accuracy_simclr.png)
![bg 98%](figs/baseline_loss_simclr.png)
![bg 98%](assets/baseline_accuracy_simclr.png)
![bg 98%](assets/baseline_loss_simclr.png)
---
@ -178,8 +178,8 @@ tau -> température (hyper paramètre)
</header>
![bg 98%](figs/accuracy_simclr.png)
![bg 98%](figs/loss_simclr.png)
![bg 98%](assets/accuracy_simclr.png)
![bg 98%](assets/loss_simclr.png)
---
@ -189,8 +189,8 @@ tau -> température (hyper paramètre)
</header>
![bg 98%](figs/finetuning_accuracy_simclr.png)
![bg 98%](figs/finetuning_loss_simclr.png)
![bg 98%](assets/finetuning_accuracy_simclr.png)
![bg 98%](assets/finetuning_loss_simclr.png)
---
@ -208,7 +208,7 @@ img {
}
</style>
![height:620px](figs/comp_accuracy_simclr.png)
![height:620px](assets/comp_accuracy_simclr.png)
---
@ -279,7 +279,7 @@ img {
}
</style>
![height:620px](figs/baseline_accuracy_sgan.png)
![height:620px](assets/baseline_accuracy_sgan.png)
---
@ -297,7 +297,7 @@ img {
}
</style>
![height:620px](figs/accuracy_sgan.png)
![height:620px](assets/accuracy_sgan.png)
---
@ -315,7 +315,7 @@ img {
}
</style>
![height:620px](figs/pretrain_accuracy_sgan.png)
![height:620px](assets/pretrain_accuracy_sgan.png)
---
@ -333,4 +333,4 @@ img {
}
</style>
![height:620px](figs/comp_accuracy_sgan.png)
![height:620px](assets/comp_accuracy_sgan.png)

View file

@ -25,7 +25,7 @@
installPhase = ''
mkdir -p $out
cp -r $src/figs $out/figs
cp -r $src/assets $out/assets
cp slides.html $out/index.html
'';
};