Skip to content

Commit

Permalink
Update index.html images
Browse files Browse the repository at this point in the history
  • Loading branch information
CataRC888 authored Dec 20, 2024
1 parent 73e814e commit 9e34b5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -798,17 +798,17 @@ <h5 class="sub-titles">Training the beast</h5>
<br><br>
</p>
<div class="image-section">
<img src="{{ site.baseurl }}assets/images/models/Dense-shape.png" alt="Dense-shape">
<img style="height: 260px;width: auto;" src="{{ site.baseurl }}assets/images/models/Dense-shape.png" alt="Dense-shape">
</div>
<div class="image-section">
<img src="{{ site.baseurl }}assets/images/models/U-shape.png" alt="U-shape">
<img style="height: 260px;width: auto;" src="{{ site.baseurl }}assets/images/models/U-shape.png" alt="U-shape">
</div>
<p class="main-sub-text">
Unlikely, our big boys are not very strong, and they had a bad time training :(. The lack of computational power does not allow us to make more validation on this models, and therefore train longer and with better settings. We leave this as a learning taks for the reader. So now, let's compare the performance of the models.
<br><br>
</p>
<div class="container">
<div class="image-section">
<div style="height: 260px;width: auto;" class="image-section">
<img src="{{ site.baseurl }}assets/images/models/score_comparation.png" alt="Score comparison">
</div>
</div>
Expand Down

0 comments on commit 9e34b5e

Please sign in to comment.