EfficientNet-PyTorch
EfficientNet-PyTorch copied to clipboard
multilabel multiclass image classification
is it possible to do multilabel and multiclass image classification with efficientnet b5? i googled around and there's a page saying in order to do multilabeling, we need to change the classifier activation to sigmoid and the criterion to BinaryCrossEntropy. just wondering if anyone has any clue?