create_body {fastai} | R Documentation |
Cut off the body of a typically pretrained 'arch' as determined by 'cut'
create_body(...)
... |
parameters to pass |
None
## Not run:
encoder = create_body(resnet34(), pretrained = TRUE)
## End(Not run)