Skip to content

Commit ce90524

Browse files
committed
debug
1 parent 7ee136c commit ce90524

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lab2/Part2_Debiasing.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,8 @@
489489
"source": [
490490
"The equations for both of these losses are provided below:\r\n",
491491
"\r\n",
492+
"$$L_{KL}(\\mu, \\sigma) = \\frac{1}{2}\\sum\\small{(\\sigma_j + \\mu_j^2 - 1 - \\log{\\sigma_j})}$$\r\n",
493+
"\r\n",
492494
"$$L_{KL}(\\mu, \\sigma) = \\frac{1}{2}\\sum\\limits_{j=0}^{k-1}\\small{(\\sigma_j + \\mu_j^2 - 1 - \\log{\\sigma_j})}$$\r\n",
493495
"\r\n",
494496
"$$L_{x}{(x,\\hat{x})} = ||x-\\hat{x}||_1$$\r\n",

0 commit comments

Comments
 (0)