You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lab2/Part2_Debiasing.ipynb
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -481,15 +481,28 @@
481
481
"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."
482
482
]
483
483
},
484
+
{
485
+
"cell_type": "markdown",
486
+
"metadata": {
487
+
"id": "KV1khmq5wt-K"
488
+
},
489
+
"source": [
490
+
"The equations for both of these losses are provided below.\r\n",
0 commit comments