Skip to content

Commit

Permalink
torchvision tutorial (#1185)
Browse files Browse the repository at this point in the history
torchvision tutorial cleanup

---------

Co-authored-by: yardeny-sony <[email protected]>
  • Loading branch information
yarden-yagil-sony and yardeny-sony authored Aug 22, 2024
1 parent bd3ceb5 commit 4b0884b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 296 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,9 @@
"metadata": {},
"cell_type": "code",
"source": [
"# from torchvision.models import mobilenet_v2, MobileNet_V2_Weights\n",
"from torchvision.models import efficientnet_b0, EfficientNet_B0_Weights\n",
"from torchvision.models import mobilenet_v2, MobileNet_V2_Weights\n",
"\n",
"model = efficientnet_b0(weights=EfficientNet_B0_Weights)\n",
"model = mobilenet_v2(weights=MobileNet_V2_Weights)\n",
"model.eval()"
],
"id": "ea84e114c819dde0",
Expand Down

0 comments on commit 4b0884b

Please sign in to comment.