timm_learner {fastai}R Documentation

Timm_learner

Description

Build a convnet style learner from 'dls' and 'arch' using the 'timm' library

Usage

timm_learner(dls, arch, ...)

Arguments

dls

dataloader

arch

model architecture

...

additional arguments

Value

None


[Package fastai version 2.2.2 Index]