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
I have a basic question regarding defining a score function. I have a model that predics an age according to some characteristics of the image I upload. On the example provided in the documentation I understand that the CategoricalScore function associates the index of the three different images provided. So, should I use as input to score = CategoricalScore(input) the ground truth of each subject manually? Or how can I approach this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have a basic question regarding defining a score function. I have a model that predics an age according to some characteristics of the image I upload. On the example provided in the documentation I understand that the CategoricalScore function associates the index of the three different images provided. So, should I use as input to
score = CategoricalScore(input)
the ground truth of each subject manually? Or how can I approach this?Beta Was this translation helpful? Give feedback.
All reactions