Fix cropped images display since they are floats since TF 2.8
parent
8c255153cf
commit
156a56cfcd
|
@ -3026,7 +3026,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"plt.imshow(cropped_images[0])\n",
|
"plt.imshow(cropped_images[0] / 255)\n",
|
||||||
"plt.axis(\"off\")\n",
|
"plt.axis(\"off\")\n",
|
||||||
"plt.show()"
|
"plt.show()"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue