Test with unclean file

This commit is contained in:
Hanusz Leszek 2022-08-19 14:49:39 +02:00
parent cfff090fba
commit ec46e153d9

View File

@ -174,7 +174,7 @@
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "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 = torch.stack(three_tensors).float()/255\n",
"stacked_threes.shape" "stacked_threes.shape"
] ]