There are certain images of .jfif format. Did anyone faced error because of this? Are you converting it to jpeg format or using some other technique to tackle this?
You can use jfif directly there is no error in either python 3.x or Matlab 2019a. If you know, I would like to know; how you convert probability results let say [0.2 0.7 0.1 ] to log loss?
jfif is useable for some libraries, but it can cause errors in others that don't included '.jfif' in their list of allowed image extensions. I used the mogrify command line tool to change all jfif to jpeg.
You can use jfif directly there is no error in either python 3.x or Matlab 2019a. If you know, I would like to know; how you convert probability results let say [0.2 0.7 0.1 ] to log loss?
Check out this link if it can help you out: https://machinelearningmastery.com/how-to-score-probability-predictions-in-python/
I read the article two days ago, and I could figure out how I can do for multi-class problem. Thank you, though.
jfif is useable for some libraries, but it can cause errors in others that don't included '.jfif' in their list of allowed image extensions. I used the mogrify command line tool to change all jfif to jpeg.