aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-08-29 21:54:09 -0400
committerRaghuram Subramani <raghus2247@gmail.com>2025-08-29 21:54:09 -0400
commit198beca385a8bd04cf7177eb486834f3c356ebf5 (patch)
tree176e91ba4048f6000443398557f3c4fc7122b9b6
parent41d38509d46e27ad464798a23e7d39d29ac170d9 (diff)
projects: autograd: fix indentation
-rw-r--r--projects/autograd.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/autograd.md b/projects/autograd.md
index 0a9997f..f1dce97 100644
--- a/projects/autograd.md
+++ b/projects/autograd.md
@@ -36,4 +36,4 @@ n = MLP(3, [ 4, 4, 1 ])
n.optimise(0.01)
print(pred)
- ```
+```