mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-05 10:20:48 +00:00
parent
ec46e153d9
commit
d74e1f5fcb
@ -174,7 +174,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"stacked_sevens = torch.stack(seven_tensors)/255\n",
|
"stacked_sevens = torch.stack(seven_tensors).float()/255\n",
|
||||||
"stacked_threes = torch.stack(three_tensors).float()/255\n",
|
"stacked_threes = torch.stack(three_tensors).float()/255\n",
|
||||||
"stacked_threes.shape"
|
"stacked_threes.shape"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user