faster_rcnn_learner: Faster RSNN learner

View source: R/icevision_models.R

faster_rcnn_learnerR Documentation

Faster RSNN learner

Description

Fastai 'Learner' adapted for Faster RCNN.

Usage

faster_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


fastai documentation built on March 31, 2023, 11:41 p.m.