Skip to content

Commit

Permalink
Fix: adding import nececeary for using attention layers as bottlenecks
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasmus committed Jun 20, 2024
1 parent ecdd5ed commit 2bb20d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nbs/02_vision.external.timm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
"source": [
"#export\n",
"from timm import create_model\n",
"from fastai.layers import _get_norm\n",
"from fastai.vision.learner import _update_first_layer"
]
},
Expand Down

0 comments on commit 2bb20d9

Please sign in to comment.