pil_to_tensor accimage backend return uint8 (#3109)
accimage always stores images as uint8, so let's be compatible with the internal representation. Tests were failing without this as it would return a float32 image normalized between 0-1
Showing
Please register or sign in to comment