You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.. Thank you for the code.. I can successfully run this code on CamVid dataset and now I want to try it on my dataset. My images are of integer type with bitdepth 8 and inputs.py, I can see that argument needs to be of float32 and int32 type-
Args:
image: 3-D Tensor of [height, width, 3] of type.float32.
label: 3-D Tensor of [height, width, 1] type.int32.
Do , I need to convert my images to float 32 type.. or is there any other option available?
Thank you
The text was updated successfully, but these errors were encountered:
Hi.. Thank you for the code.. I can successfully run this code on CamVid dataset and now I want to try it on my dataset. My images are of integer type with bitdepth 8 and inputs.py, I can see that argument needs to be of float32 and int32 type-
Args:
image: 3-D Tensor of [height, width, 3] of type.float32.
label: 3-D Tensor of [height, width, 1] type.int32.
Do , I need to convert my images to float 32 type.. or is there any other option available?
Thank you
The text was updated successfully, but these errors were encountered: