create_body {fastai}R Documentation

Create_body

Description

Cut off the body of a typically pretrained 'arch' as determined by 'cut'

Usage

create_body(...)

Arguments

...

parameters to pass

Value

None

Examples


## Not run: 

encoder = create_body(resnet34(), pretrained = TRUE)


## End(Not run)


[Package fastai version 2.2.2 Index]