|
|
|
|
|
by toxik
1754 days ago
|
|
These models typically don’t have hierarchical labels like that, and they apply a softmax to their output - which means /one/ label will be considered correct. (A softmax means taking the exp of your predicted scores, then divide by the sum.) |
|