mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-05 18:30:44 +00:00
Merge cfd9b0a2fc
into 5701d615d4
This commit is contained in:
commit
c60dcda760
@ -922,7 +922,7 @@
|
|||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"x,y = to_cpu(dls.train.one_batch())\n",
|
"x,y = to_cpu(dls.train.one_batch())\n",
|
||||||
"activs = learn.model(x)\n",
|
"activs = TensorBase(learn.model(x))\n",
|
||||||
"activs.shape"
|
"activs.shape"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -7664,7 +7664,7 @@
|
|||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"#hide\n",
|
"#hide\n",
|
||||||
"# pip install —pre -f https://sklearn-nightly.scdn8.secure.raxcdn.com scikit-learn —U"
|
"# pip install --pre -f https://sklearn-nightly.scdn8.secure.raxcdn.com scikit-learn --upgrade"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -8751,6 +8751,8 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"from treeinterpreter import treeinterpreter\n",
|
"from treeinterpreter import treeinterpreter\n",
|
||||||
"from waterfall_chart import plot as waterfall"
|
"from waterfall_chart import plot as waterfall"
|
||||||
|
|
||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user