Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

faster_rcnn_learner

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

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.