Convnet.pretrained

Is there an obvious way to have a pretrained model that classify multiple labels? I cannot find a way to pass is_multi=True with ImageClassifierdata.

For now I have to do something like this.

image

Hi,

Jeremy covered multi label classification in lesson three: http://course.fast.ai/lessons/lesson3.html

it’s a bit more work to set up the lables, but not overly difficult.

I have look at the satellite notebook. the pretrained method has a data parameter and I was wondering is there an example of how to use it. As usually the example only pass in a model, dataset and precompute=True