Skip to content

Commit 145c048

Browse files
authored
Merge pull request #70 from rasmuspjohansson/fixing-imports
Fix: adding import nececeary for using attention layers as bottlenecks
2 parents ecdd5ed + 2bb20d9 commit 145c048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nbs/02_vision.external.timm.ipynb

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
"source": [
156156
"#export\n",
157157
"from timm import create_model\n",
158+
"from fastai.layers import _get_norm\n",
158159
"from fastai.vision.learner import _update_first_layer"
159160
]
160161
},

0 commit comments

Comments
 (0)