Skip to content

Commit d5a2ed9

Browse files
authored
Update video_classification.ipynb
You made a silly error. Fixed 'calculation' spelling.
1 parent 16b9f2a commit d5a2ed9

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)