Skip to content

Commit

Permalink
Update lab.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrGhostman committed Nov 22, 2024
1 parent a8362dd commit 5050c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/lecture_09/lab.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function ChainRulesCore.rrule(::typeof(pool), x::AbstractArray, seg₁::AUR, seg
end
```

!!! warning "Excercise"
!!! warning "Bonus Excercise (hard)"
Implement functions `forward_pool_hausdorff` and `backward_pool_hausdorff`.
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.
*HINT*
Expand Down

0 comments on commit 5050c4d

Please sign in to comment.