Update 06_multicat.ipynb

This commit is contained in:
Muhammad Fakhar-e-Iqbal Abdullah 2023-07-21 17:06:04 +05:00 committed by GitHub
parent 823b69e00a
commit 5a1e54f4f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
]
},