allenhzy commited on
Commit
81ae1a7
·
1 Parent(s): 336d6ac
Files changed (1) hide show
  1. index.html +13 -13
index.html CHANGED
@@ -455,20 +455,20 @@
455
  </div>
456
  </div>
457
  </div>
 
458
 
459
- <div class="columns is-centered">
460
- <div class="column">
461
- <p class="eq-des label-loss">
462
- where $\displaystyle k$ represents the number of generated neighbors, $\displaystyle y_t$ is the target class, and $\displaystyle \mathcal{L} is the cross entropy loss function$
463
- </p>
464
- <p class="eq-des representation-loss" style="display: none">
465
- where $\displaystyle \mathcal{S}$ is the cosine similarity.
466
- </p>
467
-
468
- <p class="eq-des total-loss" style="display: none;">
469
- where $\displaystyle \mathcal{L}_C$ indicates classifier's loss function, $\displaystyle y_t$ is the targeted class, and $\displaystyle \alpha$ refers to a hyperparameter.
470
- </p>
471
- </div>
472
  </div>
473
  </div>
474
 
 
455
  </div>
456
  </div>
457
  </div>
458
+ </div>
459
 
460
+ <div class="columns is-centered">
461
+ <div class="column">
462
+ <p class="eq-des label-loss">
463
+ where $\displaystyle k$ represents the number of generated neighbors, $\displaystyle y_t$ is the target class, and $\displaystyle \mathcal{L} is the cross entropy loss function$
464
+ </p>
465
+ <p class="eq-des representation-loss" style="display: none">
466
+ where $\displaystyle \mathcal{S}$ is the cosine similarity.
467
+ </p>
468
+
469
+ <p class="eq-des total-loss" style="display: none;">
470
+ where $\displaystyle \mathcal{L}_C$ indicates classifier's loss function, $\displaystyle y_t$ is the targeted class, and $\displaystyle \alpha$ refers to a hyperparameter.
471
+ </p>
 
472
  </div>
473
  </div>
474