Revert "Test with unclean file"

This reverts commit ec46e153d9.
This commit is contained in:
Hanusz Leszek 2022-08-19 14:51:00 +02:00
parent ec46e153d9
commit d74e1f5fcb

View File

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