mask_rcnn_learner {fastai}R Documentation

MaskRCNN learner

Description

Fastai 'Learner' adapted for MaskRCNN.

Usage

mask_rcnn_learner(dls, model, cbs = NULL, ...)

Arguments

dls

'Sequence' of 'DataLoaders' passed to the 'Learner'. The first one will be used for training and the second for validation.

model

The model to train.

cbs

Optional 'Sequence' of callbacks.

...

learner_kwargs: Keyword arguments that will be internally passed to 'Learner'.

Value

model


[Package fastai version 2.2.2 Index]