Skip to content

Commit

Permalink
figures
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-ingebrand committed Oct 14, 2024
1 parent 66819ed commit 42fc131
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 @@ -235,15 +235,15 @@ <h2 class="title is-3">Quantitative Results</h2>
<div id="results-carousel1" class="carousel results-carousel">
<div class="item">
<!-- Your image here -->
<img width="75%" src="static/images/r1_cropped_transparent.jpg" alt="Quantitatively, B2B performs orders of magnitudes better than DeepONet on two linear operator examples."/>
<img width="75%" src="static/images/r1_cropped_transparent.png" alt="Quantitatively, B2B performs orders of magnitudes better than DeepONet on two linear operator examples."/>
</div>
<div class="item">
<!-- Your image here -->
<img width="75%" src="static/images/r2_cropped_transparent.jpg" alt="B2B achieves faster convergence on a 1D Darcy dataset, and better asymptotic performance on a 2D Darcy dataset."/>
<img width="75%" src="static/images/r2_cropped_transparent.png" alt="B2B achieves faster convergence on a 1D Darcy dataset, and better asymptotic performance on a 2D Darcy dataset."/>
</div>
<div class="item">
<!-- Your image here -->
<img width="75%" src="static/images/r3_cropped_transparent.jpg" alt="B2B achieves better asymptotic performance on the Elastic Plate dataset, but its performance is slightly worse on the Parameterized Heat equation dataset. This heat dataset does not have an input function space, only input parameters, which explains why B2B does not outperform DeepONet."/>
<img width="75%" src="static/images/r3_cropped_transparent.png" alt="B2B achieves better asymptotic performance on the Elastic Plate dataset, but its performance is slightly worse on the Parameterized Heat equation dataset. This heat dataset does not have an input function space, only input parameters, which explains why B2B does not outperform DeepONet."/>
</div>
</div>
</div>
Expand Down

0 comments on commit 42fc131

Please sign in to comment.