Skip to content

Commit e83ec07

Browse files
Merge pull request #2238 from gitgoap:master
PiperOrigin-RevId: 547244988
2 parents 40881b6 + d5a2ed9 commit e83ec07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/video/video_classification.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@
500500
},
501501
"source": [
502502
"A ResNet model resnet model is made from a sequence of residual blocks.\n",
503-
"A residual block has two branches. The main branch performs the calculatoion, but is difficult for gradients to flow through.\n",
503+
"A residual block has two branches. The main branch performs the calculation, but is difficult for gradients to flow through.\n",
504504
"The residual branch bypasses the main calculation and mostly just adds the input to the output of the main branch.\n",
505505
"Gradients flow easily through this branch.\n",
506506
"Therefore, an easy path from the loss function to any of the residual block's main branch will be present.\n",

0 commit comments

Comments
 (0)