mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-05 18:30:44 +00:00
Test with unclean file
This commit is contained in:
parent
cfff090fba
commit
ec46e153d9
@ -174,7 +174,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"stacked_sevens = torch.stack(seven_tensors).float()/255\n",
|
||||
"stacked_sevens = torch.stack(seven_tensors)/255\n",
|
||||
"stacked_threes = torch.stack(three_tensors).float()/255\n",
|
||||
"stacked_threes.shape"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user