huggingface / huggingface/computer-vision-course
Wrong equation for standard block in Unit 2 - ResNet
Open
- Dominant language
- Jupyter Notebook
- Stars
- 881
- Forks
- 242
- Avg merge
- 2m
- Merged PRs (30d)
- 1
Description
https://huggingface.co/learn/computer-vision-course/unit2/cnns/resnet#2-learning-residuals-and-gradient-flow
In the section describing Resnet Architecture, the equation for the standard block (without residuals) is given as
∂x/∂L = ∂F(x)/∂L * ∂F(x)/∂x
But shouldn't it be
∂L/∂x = ∂L/∂F(x) * ∂F(x)/∂x
Contributor guide
Assessment
This issue has not been assessed yet.