| Package | Description |
|---|---|
| org.nd4j.autodiff.listeners.checkpoint |
| Modifier and Type | Method and Description |
|---|---|
static Checkpoint |
Checkpoint.fromFileString(String str) |
Checkpoint |
CheckpointListener.lastCheckpoint()
Return the most recent checkpoint, if one exists - otherwise returns null
|
static Checkpoint |
CheckpointListener.lastCheckpoint(File rootDir)
Return the most recent checkpoint, if one exists - otherwise returns null
|
| Modifier and Type | Method and Description |
|---|---|
List<Checkpoint> |
CheckpointListener.availableCheckpoints()
List all available checkpoints.
|
static List<Checkpoint> |
CheckpointListener.availableCheckpoints(File directory)
List all available checkpoints.
|
| Modifier and Type | Method and Description |
|---|---|
File |
CheckpointListener.getFileForCheckpoint(Checkpoint checkpoint)
Get the model file for the given checkpoint.
|
Copyright © 2021. All rights reserved.