Skip to content

Commit 4574a7f

Browse files
authored
Merge pull request fastai#212 from PriitU/patch-1
Update lesson7-cifar10.ipynb
2 parents df1343c + 18bd764 commit 4574a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

courses/dl1/lesson7-cifar10.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@
10181018
},
10191019
"outputs": [],
10201020
"source": [
1021-
"learn = ConvLearner.from_model_data((ConvBnNet2([10, 20, 40, 80, 160], 10), data)"
1021+
"learn = ConvLearner.from_model_data(ConvBnNet2([10, 20, 40, 80, 160], 10), data)"
10221022
]
10231023
},
10241024
{

0 commit comments

Comments
 (0)