Uses of Class
org.nd4j.autodiff.listeners.checkpoint.Checkpoint
-
Packages that use Checkpoint Package Description org.nd4j.autodiff.listeners.checkpoint -
-
Uses of Checkpoint in org.nd4j.autodiff.listeners.checkpoint
Methods in org.nd4j.autodiff.listeners.checkpoint that return Checkpoint Modifier and Type Method Description static CheckpointCheckpoint. fromFileString(String str)CheckpointCheckpointListener. lastCheckpoint()Return the most recent checkpoint, if one exists - otherwise returns nullstatic CheckpointCheckpointListener. lastCheckpoint(File rootDir)Return the most recent checkpoint, if one exists - otherwise returns nullMethods in org.nd4j.autodiff.listeners.checkpoint that return types with arguments of type Checkpoint Modifier and Type Method Description List<Checkpoint>CheckpointListener. availableCheckpoints()List all available checkpoints.static List<Checkpoint>CheckpointListener. availableCheckpoints(File directory)List all available checkpoints.Methods in org.nd4j.autodiff.listeners.checkpoint with parameters of type Checkpoint Modifier and Type Method Description FileCheckpointListener. getFileForCheckpoint(Checkpoint checkpoint)Get the model file for the given checkpoint.
-