Hello, Friends.
I am trying to understand the loss function.
I am performing a personal segmentation problem and in my task I have a single class/region to be identified, the rest is background.
Should I use the same SparseCategoricalCrossentropy?
I still did not get the from_logits=True meaning. Any clue?
I’m also taking those two warning errors:
W tensorflow/core/lib/png/png_io.cc:88] PNG warning: iCCP: profile 'ICC Profile': 'RGB ': RGB color space not permitted on grayscale PNG
Any help is welcomed.