WAMAWAMA / WAMA_Modules

A PyTorch Computer Vision (CV) module library for building n-D networks flexibly ~
MIT License
504 stars 63 forks source link

whats the meaning of Support multi-class per label? #4

Closed 7ml closed 1 year ago

7ml commented 1 year ago

Thanks for your code in simple style b( ̄▽ ̄)d, but I cannot under stand the "Support multi-class per label" in the table of multi-label network structures, whats the meaning of it ?

WAMAWAMA commented 1 year ago

a label can be binary or multi-label, such as binary-class label "gender", with male or female, or multi-class label "color" with red/blue/yellow and so on