huggingface / huggingface/computer-vision-course

Wrong equation for standard block in Unit 2 - ResNet

Open
#420 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.