Skip to content

Commit 9818b77

Browse files
Update image_classification_tutorial.ipynb
1 parent b4e0f12 commit 9818b77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/image_classification_tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@
463463
"source": [
464464
"model = models.resnet18(pretrained=True)\n",
465465
"\n",
466-
"# Freezing the weightsresults_view\n",
466+
"# Freezing the weights\n",
467467
"for param in model.parameters():\n",
468468
" param.required_grad = False\n",
469469
"\n",
@@ -939,4 +939,4 @@
939939
},
940940
"nbformat": 4,
941941
"nbformat_minor": 1
942-
}
942+
}

0 commit comments

Comments
 (0)