Uses of Class
org.deeplearning4j.optimize.listeners.Checkpoint
-
Packages that use Checkpoint Package Description org.deeplearning4j.optimize.listeners -
-
Uses of Checkpoint in org.deeplearning4j.optimize.listeners
Methods in org.deeplearning4j.optimize.listeners 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.deeplearning4j.optimize.listeners 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.deeplearning4j.optimize.listeners with parameters of type Checkpoint Modifier and Type Method Description FileCheckpointListener. getFileForCheckpoint(Checkpoint checkpoint)Get the model file for the given checkpoint.static ComputationGraphCheckpointListener. loadCheckpointCG(File rootDir, Checkpoint checkpoint)Load a ComputationGraph for the given checkpoint from the specified root direcotryComputationGraphCheckpointListener. loadCheckpointCG(Checkpoint checkpoint)Load a ComputationGraph for the given checkpointstatic MultiLayerNetworkCheckpointListener. loadCheckpointMLN(File rootDir, Checkpoint checkpoint)Load a MultiLayerNetwork for the given checkpoint that resides in the specified root directoryMultiLayerNetworkCheckpointListener. loadCheckpointMLN(Checkpoint checkpoint)Load a MultiLayerNetwork for the given checkpoint
-