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

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