Skip to content

Commit 5a8601b

Browse files
committed
latex try
1 parent d02f6c8 commit 5a8601b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lab2/Part2_Debiasing.ipynb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -481,13 +481,10 @@
481481
"2. **Reconstruction loss ($L_{x}{(x,\\hat{x})}$)**: measures how accurately the reconstructed outputs match the input and is given by the $L^1$ norm of the input image and its reconstructed output. \n",
482482
"\n",
483483
"The equations for both of these losses are provided below:\n",
484-
"\n",
485484
"$$L_{KL}(\\mu, \\sigma) = \\frac{1}{2}\\sum\\limits_{j=0}^{k-1}\\small{(\\sigma_j + \\mu_j^2 - 1 - \\log{\\sigma_j})}$$\n",
486-
"\n",
487485
"$$L_{x}{(x,\\hat{x})} = ||x-\\hat{x}||_1$$\n",
488486
"\n",
489-
"Thus for the VAE loss we have: \n",
490-
"\n",
487+
"Thus for the VAE loss we have:\n",
491488
"$$L_{VAE} = c\\cdot L_{KL} + L_{x}{(x,\\hat{x})}$$\n",
492489
"\n",
493490
"where $c$ is a weighting coefficient used for regularization. \n",

0 commit comments

Comments
 (0)