Suppose say, I have a training set of RGB images all with a bit-depth of 8. I pass those images into a CNN and I get a training set accuracy of 'X'.
Now, I take those same images bit with a bit-depth of 16 and 32 and pass it through the same network and train the network again from scratch. Will there be any changes in 'X'?
Does the extra available information in the images have any impact of the CNN?