Skip to content

Commit 5050c4d

Browse files
committed
Update lab.md
1 parent a8362dd commit 5050c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/src/lecture_09/lab.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ function ChainRulesCore.rrule(::typeof(pool), x::AbstractArray, seg₁::AUR, seg
184184
end
185185
```
186186

187-
!!! warning "Excercise"
187+
!!! warning "Bonus Excercise (hard)"
188188
Implement functions `forward_pool_hausdorff` and `backward_pool_hausdorff`.
189189
The key is to identify the indices within each segment that contribute to the Hausdorff distance calculation, then propagate gradients only through these indices in the backward pass.
190190
*HINT*

0 commit comments

Comments
 (0)