mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-09 20:30:42 +00:00
Update 06_multicat.ipynb
This commit is contained in:
parent
823b69e00a
commit
5a1e54f4f1
@ -922,7 +922,7 @@
|
||||
],
|
||||
"source": [
|
||||
"x,y = to_cpu(dls.train.one_batch())\n",
|
||||
"activs = learn.model(x)\n",
|
||||
"activs = TensorBase(learn.model(x))\n",
|
||||
"activs.shape"
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user