luz_load_checkpoint {luz} | R Documentation |
Works with checkpoints created typically with luz_callback_model_checkpoint()
.
luz_load_checkpoint(obj, path, ...)
obj |
Object to which we want to laod the checkpoint. |
path |
Path of the checkpoint on disk. |
... |
unused. Is there to allow future extensions. |