mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-04 01:40:44 +00:00
parent
ec46e153d9
commit
d74e1f5fcb
@ -174,7 +174,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"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.shape"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user