nip.utils.checkpoints#
Utilities for dealing with saved experiment checkpoints.
Currently these utilities only work with checkpoints produced by pure-text trainers,
where rollouts are stored in a NestedArrayDict
.
Functions
|
Download a checkpoint from wandb to the local checkpoint directory. |
Load the rollouts from a checkpoint. |
|
|
Load the hyper-parameters of a run from W&B, converting them as needed. |