Skip to content

Commit 0e7b1e9

Browse files
committed
latex debug
1 parent 9cb3867 commit 0e7b1e9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

lab2/Part2_Debiasing.ipynb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,13 +487,17 @@
487487
"id": "KV1khmq5wt-K"
488488
},
489489
"source": [
490-
"The equations for both of these losses are provided below.\r\n",
490+
"The equations for both of these losses are provided below:\r\n",
491491
"\r\n",
492492
"$$L_{KL}(\\mu, \\sigma) = \\frac{1}{2}\\sum_{j=0}^{k-1} (\\sigma_j + \\mu_j^2 - 1 - \\log{\\sigma_j})$$\r\n",
493493
"\r\n",
494+
"$$L_{x}{(x,\\hat{x})} = ||x-\\hat{x}||_1$$\r\n",
495+
"\r\n",
494496
"<!-- $$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",
495497
"\r\n",
496-
"Thus for the VAE loss we have."
498+
"Thus for the VAE loss we have:\r\n",
499+
"\r\n",
500+
"$$L_{VAE} = c\\cdot L_{KL} + L_{x}{(x,\\hat{x})}$$"
497501
]
498502
},
499503
{

0 commit comments

Comments
 (0)