Multi-Label Image Classification - fastai 2020

Hello,
Please help me to proceed with multi-label image classification using fastai 2020.
Thanks,
Karthik

Start with a multi label classification dataset. Go for a normal cnn_learner with changing the loss function as BCE loss…u can also refer a video in the new coursev4 videos…

Have a look at the docs for multi-label classification: https://docs.fast.ai/tutorial.vision#Multi-label-classification

There are examples for both high-level and data block API.