Spaces:
Running
Running
equation
Browse files- index.html +6 -5
index.html
CHANGED
@@ -31,7 +31,8 @@
|
|
31 |
|
32 |
<!-- for mathjax support -->
|
33 |
<!-- <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> -->
|
34 |
-
<script
|
|
|
35 |
|
36 |
<script>
|
37 |
$(document).ready(function(){
|
@@ -437,16 +438,16 @@
|
|
437 |
</div>
|
438 |
<div class="row align-items-center adaptive-loss-formula-content">
|
439 |
<span class="formula label-loss formula-content">
|
440 |
-
|
441 |
\displaystyle
|
442 |
Loss_{label} = \frac{1}{k} \sum_{i=1}^{k} \mathcal{L}\left(\mathbb{C}\left(W^i(x+\delta) \right), y_t\right)
|
443 |
-
|
444 |
</span>
|
445 |
<span class="formula representation-loss formula-content" style="display: none;">
|
446 |
-
|
447 |
\displaystyle
|
448 |
Loss_{repre} = \frac{1}{k} \sum_{i=1}^{k}\mathcal{S}(\mathbb{R}(W^i(x+\delta)), \mathbb{R}(x+\delta))
|
449 |
-
|
450 |
</span>
|
451 |
<span class="formula total-loss formula-content" style="display: none;">
|
452 |
$$\displaystyle \mathcal{L}_C(x+\delta, y_t) + Loss_{label} - \alpha \cdot Loss_{repre}$$
|
|
|
31 |
|
32 |
<!-- for mathjax support -->
|
33 |
<!-- <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> -->
|
34 |
+
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=AM_HTMLorMML-full"></script>
|
35 |
+
<!-- <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> -->
|
36 |
|
37 |
<script>
|
38 |
$(document).ready(function(){
|
|
|
438 |
</div>
|
439 |
<div class="row align-items-center adaptive-loss-formula-content">
|
440 |
<span class="formula label-loss formula-content">
|
441 |
+
``
|
442 |
\displaystyle
|
443 |
Loss_{label} = \frac{1}{k} \sum_{i=1}^{k} \mathcal{L}\left(\mathbb{C}\left(W^i(x+\delta) \right), y_t\right)
|
444 |
+
``
|
445 |
</span>
|
446 |
<span class="formula representation-loss formula-content" style="display: none;">
|
447 |
+
`
|
448 |
\displaystyle
|
449 |
Loss_{repre} = \frac{1}{k} \sum_{i=1}^{k}\mathcal{S}(\mathbb{R}(W^i(x+\delta)), \mathbb{R}(x+\delta))
|
450 |
+
`
|
451 |
</span>
|
452 |
<span class="formula total-loss formula-content" style="display: none;">
|
453 |
$$\displaystyle \mathcal{L}_C(x+\delta, y_t) + Loss_{label} - \alpha \cdot Loss_{repre}$$
|