gregH commited on
Commit
370ebc0
·
verified ·
1 Parent(s): 127adca

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -4
index.html CHANGED
@@ -258,13 +258,13 @@ of &alpha and &beta. Specifically, when &alpha is fixed, a larger value of &beta
258
  ASR increase. When &beta is fixed, larger &alpha would both reduce the ASR and the Win Rate.</p>
259
  <div class="image-container">
260
  <figure>
261
- <img src="https://via.placeholder.com/300x200" alt="Image 1">
262
- <figcaption>Caption for Image 1</figcaption>
263
  </figure>
264
 
265
  <figure>
266
- <img src="https://via.placeholder.com/300x200" alt="Image 2">
267
- <figcaption>Caption for Image 2</figcaption>
268
  </figure>
269
  </div>
270
 
 
258
  ASR increase. When &beta is fixed, larger &alpha would both reduce the ASR and the Win Rate.</p>
259
  <div class="image-container">
260
  <figure>
261
+ <img src="./asr_heatmap.png" alt="Image 1">
262
+ <figcaption>Attack Success Rate</figcaption>
263
  </figure>
264
 
265
  <figure>
266
+ <img src="./win_rate_heatmap.png" alt="Image 2">
267
+ <figcaption>Win Rate</figcaption>
268
  </figure>
269
  </div>
270