Learn R Programming

iai (version 1.10.2)

resume_from_checkpoint: Resume training from a checkpoint file

Description

Julia Equivalent: IAI.resume_from_checkpoint

Usage

resume_from_checkpoint(checkpoint_file)

Arguments

checkpoint_file

The location of the checkpoint file.

IAI Compatibility

Requires IAI version 3.1 or higher.

Examples

Run this code
if (FALSE) obj <- iai::resume_from_checkpoint("checkpoint.json")

Run the code above in your browser using DataLab