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

create_body(...)

Arguments

...

parameters to pass

Value

None

Examples


if (FALSE) {

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

}