luz_save: Saves luz objects to disk

View source: R/serialization.R

luz_saveR Documentation

Saves luz objects to disk

Description

Allows saving luz fitted models to the disk. Objects can be loaded back with luz_load().

Usage

luz_save(obj, path, ...)

Arguments

obj

an object of class 'luz_module_fitted' as returned by fit.luz_module_generator().

path

path in file system so save the object.

...

currently unused.

Warning

The ctx is naively serialized. Ie, we only use saveRDS() to serialize it. Don't expect luz_save to work correctly if you have unserializable objects in the ctx like torch_tensors and external pointers in general.

Note

Objects are saved as plain .rds files but obj$model is serialized with torch_save before saving it.

See Also

Other luz_save: luz_load()


luz documentation built on April 17, 2023, 5:08 p.m.