Multilabel image classification

Hi;
Can anyone suggest a good resource for learning multi-label image classification in pytorch.

Thanks

Ashish

Kaggle - Planet Dataset is good example of Multi-Label problem - https://github.com/fastai/fastai/blob/master/courses/dl1/lesson2-image_models.ipynb

2 Likes

Thanks Ramesh, do we have any good example for building ensemble classifier for images.

Ashish