Skip to content

Commit

Permalink
Merge pull request #2238 from gitgoap:master
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 547244988
  • Loading branch information
copybara-github committed Jul 11, 2023
2 parents 40881b6 + d5a2ed9 commit e83ec07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/tutorials/video/video_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@
},
"source": [
"A ResNet model resnet model is made from a sequence of residual blocks.\n",
"A residual block has two branches. The main branch performs the calculatoion, but is difficult for gradients to flow through.\n",
"A residual block has two branches. The main branch performs the calculation, but is difficult for gradients to flow through.\n",
"The residual branch bypasses the main calculation and mostly just adds the input to the output of the main branch.\n",
"Gradients flow easily through this branch.\n",
"Therefore, an easy path from the loss function to any of the residual block's main branch will be present.\n",
Expand Down

0 comments on commit e83ec07

Please sign in to comment.