mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-18 03:30:52 +00:00
Update 06_multicat.ipynb
This commit is contained in:
parent
823b69e00a
commit
5a1e54f4f1
@ -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"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user