Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
justheuristic authored Sep 30, 2022
1 parent b7edad0 commit 2e07fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion week04_finetuning/seminar_pytorch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
"source": [
"#extract features from images\n",
"from tqdm import tqdm\n",
"from image.io import imread\n",
"from skimage.io import imread\n",
"import PIL.Image as Image\n",
"import os\n",
"import numpy as np\n",
Expand Down

0 comments on commit 2e07fa7

Please sign in to comment.