Skip to content

Commit 26626c6

Browse files
committed
🔥 Remove slow useless script
1 parent 738ac82 commit 26626c6

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

index.html

+6-10
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,7 @@
5151
<script src="static/js/bulma-carousel.min.js"></script>
5252
<script src="static/js/bulma-slider.min.js"></script>
5353
<script src="static/js/index.js"></script>
54-
55-
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
5654
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
57-
5855
</head>
5956

6057
<body>
@@ -324,13 +321,12 @@ <h2 class="subtitle has-text-justified">
324321
<section class="section" id="BibTeX">
325322
<div class="container is-max-desktop content">
326323
<h2 class="title">BibTeX</h2>
327-
<pre style="padding: 0px; margin: 0px"><code style="overflow-x: auto; padding: 0px; margin: 0px">
328-
@inproceedings{xia2024understanding,
329-
title={Towards Understanding Why Label Smoothing Degrades Selective Classification and How to Fix It},
330-
author={Xia, Guoxuan and Laurent, Olivier and Franchi, Gianni and Bouganis, Christos-Savvas},
331-
journal={ICLR},
332-
year={2025}
333-
}</code></pre>
324+
<pre style="padding: 0px; margin: 0px"><code style="overflow-x: auto; padding: 0px; margin: 0px">@inproceedings{xia2024understanding,
325+
title={Towards Understanding Why Label Smoothing Degrades Selective Classification and How to Fix It},
326+
author={Xia, Guoxuan and Laurent, Olivier and Franchi, Gianni and Bouganis, Christos-Savvas},
327+
booktitle={ICLR},
328+
year={2025}
329+
}</code></pre>
334330
</div>
335331
</section>
336332
<!--End BibTex citation -->

0 commit comments

Comments
 (0)