load_model_text {fastai}R Documentation

Load_model_text

Description

Load 'model' from 'file' along with 'opt' (if available, and if 'with_opt')

Usage

load_model_text(
  file,
  model,
  opt,
  with_opt = NULL,
  device = NULL,
  strict = TRUE
)

Arguments

file

file

model

model

opt

opt

with_opt

with_opt

device

device

strict

strict

Value

None


[Package fastai version 2.2.2 Index]